﻿@font-face {
    font-family: Poppins-Regular;
    src: url(/Assets/Fonts/poppins/Poppins-Regular.ttf);
    
}

html {
    position: relative;
    min-height: 100%;
    scroll-behavior: smooth;
    font-size: 14px;
    font-family: Poppins-Regular, 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

body {
     
    /*background: rgb(2,0,36);*/
    /*background: linear-gradient(180deg, rgba(2,0,36,1) 0%, darkorange 0%, rgba(243,249,250,1) 100%);*/
}
/*resolusi default*/
.iconklik {
    position: absolute;
    top: 10px;
    right: 50px;
    margin: auto;
}
.coverpaneldetail{
    position:fixed;
    left:0px;
    right:0px;
    top:0px;
    width:100%;
    height:100%;
    margin:auto;
    background-color:#989898c4;
    z-index:7;
}

.btnmenumobile{
    position:absolute;
    top:40%;
    right:10%;
    width:20px;
    height:20px;
    background-color:red;
    margin:auto;
    display:none;

}

.paneldetailberita {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 1%;
    width: 80%;
    height: 60%;
    background-color: #e4e4e4;
    border: 5px dashed #cbcbcb;
    margin: auto;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    border-radius: 20px;
    z-index: 8;
}
.tomboltutuppaneldetailberita{
    position:absolute;
    top:20px;
    right:20px;
    cursor:pointer;
}
.show{
    display:block;
}

.hide{
    display:none;
}
.text-center{
    text-align:center;
}

.panelcontentpaneldetailberita{
    position:relative;
    top:50px;
    bottom:0px;
    width:95%;
    height:70%;
    background-color:#dddddd;
    margin:auto;
    padding:10px;
    overflow-y:scroll;
    border-radius:20px;
}

.paneljuduldetailberita{
    position:relative;
    width:90%;
    left:5%;
    height:140px;
    text-align:center;
    background-color:transparent;
    font-size:40px;
    font-weight:bold;
}
.paneljuduldetailberita p{
    text-align:center;
}

.panelgambardetailberita{
    position:relative;
    width:90%;
    height:600px;
    text-align:center;
    margin:auto;
}
    .panelgambardetailberita img{
        position:relative;
        top:20px;
        margin:auto;
        width:70%;
        height:550px;
        border-radius:20px;
        border:5px dashed white;
    }

    .penjelasanimgberitadetail{
        position:relative;
        width:90%;
        height:30px;
        border-bottom:1px solid gray;
        margin:auto;
    }

.penjelasanimgberitadetail p {
    position:relative;
    top:-20px;
    color:dimgray;
    text-align:center;
    height:40px;
    
}

.panelisidetailberita {
    position: relative;
    top:2%;
    width: 80%;
    height: 400px;
    text-align: justify-all;
    background-color:transparent;
    margin: auto;
}
    .panelisidetailberita p {
        line-height:22px;
        text-align:justify
    }

.panelberitaterkait {
    position: relative;
    width: 80%;
    height: 20%;
    bottom: 0%;
    background-color: transparent;
    margin: auto;
    border-bottom: 1px dashed gray;
    border-top: 1px dashed gray;
}

.judulpanelberitaterkait a{
    font-size:20px;
    color:gray;
}

.pattern {
    position: absolute;
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    margin: auto;
    background-color: #e5e5f7;
    opacity: 0.04;
    background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
    background-position: 10px 0, 10px 0, 0 0, 0 0;
    background-size: 10px 10px;
    background-repeat: repeat;
    display:none;
}

.panelbtnmenu{
    position:fixed;
    top:30px;
    right:15%;
     display:none;
     z-index:6;
    
}
.btnmenu{
    width:30px;
    cursor:pointer;
}

.nav {
    position: fixed;
    top: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: left;
    background-color: darkorange;
    width: 100%;
    height: 60px;
    padding-left: 10%;
    padding-top: 20px;
    z-index: 5;
}

.nav-content {
    text-align: right;
    margin-top: 0px;
}
.toolbar {
    position: fixed;
    top: 80px;
    left: 0px;
    right: 0px;
    margin: auto;
    text-align: right;
    background-color: #9f1d00;
    width: 100%;
    height: 40px;
    padding-left: 10%;
    padding-top: 20px;
    z-index: 5;
}
.panelcover-hide {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
}

.panelcover-show {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    background-color: rgb(128, 128, 128, 0.54);
    z-index: 5;
}

.headerpanelpesan {
    position: absolute;
    left: 0px;
    right: 0px;
    height: 50px;
    background-color: transparent;
    text-align: right;
    border-radius: 20px 20px 0px 0px;
}

.panelpesan-hide {
    position: relative;
    top: 300px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: none;
    width: 500px;
    height: 300px;
    background-color: white;
    border: 1px dashed orange;
    border-radius: 20px;
    z-index: 6;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
}

.panelpesan-show {
    position: relative;
    top: 300px;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    display: block;
    width: 500px;
    height: 300px;
    background-color: white;
    border: 1px dashed gray;
    border-radius: 20px;
    z-index: 6;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    animation: animasipanelpesan 0.6s ease-out;
}

.btntutuppanelpesan {
    font-weight: bold;
    cursor: pointer;
    position: absolute;
    top: 18px;
    right: 20px;
}

.iconpesan {
    position: absolute;
    top: 35%;
    left: 8%;
    width: 15%;
}

.isipesan {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
    position: absolute;
    left: 25%;
    right: 10%;
    top: 0px;
    bottom: 20px;
    margin: auto;
    text-align: center
}

@keyframes animasipanelpesan {
    from {
        opacity: 0;
        transform: translateY(-50px)
    }

    to {
        opacity: 1;
        transform: translateY(0px)
    }
}
 

/*.panelcover  {
    position: absolute;
    top: 0;
    bottom: 0px;
    left: 0px;
    right: 0px;
    margin: auto;
    background-color: #b0b0b084;
    z-index: 5;
}*/

.panelloginadmin {
    position: absolute;
    left: 0px;
    right: 0px;
    top: 20%;
    width: 400px;
    height: 450px;
    background-color: white;
    border: 1px dashed gray;
    border-radius: 10px;
    z-index: 6;
    margin: auto;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    animation: animasipanelloginadmin 0.4s ease-in;
    position: fixed;
}
@keyframes animasipanelloginadmin{
    from {
       
        opacity: 0;
        transform: translateY(-100px);
    }

    to {
        opacity: 1;
        transform: translateY(0px);
        
    }
    
}
.headerpanelloginadmin{
    position:relative;
    top:0px;
    width:100%;
    height:30px;
    background-color:transparent;
}
.btnclosepanelloginadmin{
    position:absolute;
    right:20px;
    top:15px;
    cursor:pointer;
}

.divinputstylestandard {
    line-height: 30px;
}
.labelket {
    position: absolute;
    left: 14%;
    right: 0px;
    margin: auto;
    margin-top: 30px;
    font-weight: normal;
    color: darkgray;
    font-size: 12px;
}

.textboxstylestandard {
    width: 70%;
    height: 40px;
    border: 0.5px solid rgb(128,128,128,0.4);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    position: absolute;
    left: 0px;
    right: 0px;
    margin: auto;
    
} 
.divinputstylecari {
    position: absolute;
    top: 3px;
    width: 20%;
    height: 90%;
    right: 20%;
    margin: auto;
    line-height: 30px;
    background-color: transparent;
    text-align: right;
}

.textboxstylecari {
    position: absolute;
    top:10px;
    width: 60%;
    height: 30px;
    border: 0.5px solid rgb(128,128,128,0.4);
    border-radius: 8px;
    padding-left: 10px;
    padding-right: 10px;
    right: 30px;
    margin: auto;
    text-align: center;
}
.btnstandard-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 30px;
    right: 0px;
    margin: auto;
    text-align: center;
}

.btn-login-holder {
    position: absolute;
    width: 100%;
    background-color: transparent;
    bottom: 50px;
    right: 15%;
    margin: auto;
    text-align: right;
}

.btn_standard {
    border: none;
    margin: auto;
    border-radius: 10px;
    height: 45px;
    width: 150px;
    background-color: orange;
    color: black;
    font-weight: bold;
    font-size: 16px;
    cursor: pointer;
    color: black;
}

.btncari{
    position:absolute;
    top:10px;
    right:5%;
    width:35px;
    height:35px;
    cursor:pointer;
}
.btncari img{
    position:absolute;
    width:100%;
}


ul {
    padding-right: 20%;
}

li {
    display: inline;
    padding: 10px;
    color: white;
}

.tombolmenu {
    display: none;
} 

.logo {
    display: flex;
    justify-content: center;
    position: absolute;
    background-color: white;
    border-radius: 100px;
    width: 110px;
    height: 110px;
    box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    animation:animasilogo 0.5s ease-in;
}

@keyframes animasilogo{
    from{
        opacity:0;
        transform:translateY(-50px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.logo-content {
    margin-top: 3px;
    width: 100px;
    height: 100px;
    
}

.namaperusahaan {
    position: absolute;
    margin-left: 140px;
    margin-top: 0px;
    font-size: 20px;
    animation:animasiprofileperusahaan-nama 0.5s ease-in;
}
@keyframes animasiprofileperusahaan-nama {
    from {
        opacity: 0;
        transform: translateX(50px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

.alamatperusahaan {
    position: absolute;
    margin-left: 140px;
    margin-top: 25px;
    font-size: 10px;
    animation: animasiprofileperusahaan-alamat 0.5s ease-in;
}

@keyframes animasiprofileperusahaan-alamat {
    from {
        opacity: 0;
        transform: translateX(-50px);
    }

    to {
        opacity: 1;
        transform: translateX(0px);
    }
}

/* iklan utama -->*/
.panel-iklan-utama {
    position: relative;
    left: 0px;
    right: 0px;
    top: 150px;
    margin: auto;
    width: 78%;
    height: 450px;
    background-color: transparent;
    text-align: center;
    border-radius: 10px;
    border:0px solid black;
    /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
}

.iklanutama-content {
    position: relative;
    left: 0px;
    right: 0px;
    margin: auto;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px;
   
}

.iklanumum {
    position: absolute;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-content: start;
    top: 20px;
    width: 360px;
    background-color: transparent;
    gap: 10px;
    right:0px;
    border-radius:10px;
   
}

.contentiklanumum {
    position: relative;
    top: 20px;
    left: 0px;
    right: 20px;
    width: 90%;
    height: 500px;
    background-color: transparent;
    margin: auto;
    object-fit:fill;
    border-radius: 10px;
    border: 1px solid black;
    transition:all .2s ease;
    cursor:pointer;
}

    .contentiklanumum:hover{
        transform:scale(1.02);
    }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

.iklanumumpopup {
    position: fixed; 
    top: 200px;
    bottom:0px;
    width: 500px;
    height:700px;
    background-color: transparent; 
    right: 0px;
    left:0px;
    border-radius: 10px;
    z-index:5;
    margin:auto;
   
   
}
.btncloseiklanpopup{
    position:absolute;
    right:0px;
    top:-40px;

}
.btncloseiklanpopup a{
    font-size:30px;
    cursor:pointer;
}

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

.contentiklanumumpopup {
    position: relative;
    top: 20px;
    left: 0px;
    right: 20px;
    width: 90%;
    height: 600px;
    background-color: red;
    margin: auto;
    object-fit: cover;
    border-radius: 10px;
    border: 1px solid black;
    transition: all .2s ease;
    cursor: pointer;
}

    .contentiklanumumpopup:hover {
        transform: scale(1.02);
    }

.content {
    display: flex;
    flex-direction: row;
    flex-wrap:wrap;
    width: 80%;
    height: 3600px;
    background-color: transparent;
    margin:auto;
}
.iklanadsense{
    position:relative;
    top:155px;
    width:78%;
    height:90px;
    background-color:transparent;
    margin:auto;
    border-radius:10px;
}

.kotakrender {
    width: 50%;
    background-color: transparent;
    
}

.jarakantaracontentdanfooter {
    height: 900px;
}

.footer{
    display:flex; 
    flex-direction:column;
    justify-content:center;
    flex-wrap:wrap;
    position:absolute;
    bottom:0px;
    left:0px;
    right:0px;
    background-color:black;
    height:300px;
    width:100%; 
    margin:auto;
}
.itemfooter{
    height:100%;
}
.item-kosong {
    width: 20%;
}

.item-kosong-akhir {
    width:0px;
    display:none;
}
.panellogofooter {
    display:flex;
    flex-direction:column;
    width: 25%;
    background-color: transparent;
    padding: 10px;
    margin: auto;
    text-align:center;
}
.panelmenufooter{
    display:flex;
    flex-direction:column;
    flex-wrap:wrap;
    width:7%;
    background-color:transparent;
    padding:20px;    
    color:white;
}

.footermobile {
    display: flex;
    flex-direction: column;
    justify-content: center;
    flex-wrap: wrap;
    position: fixed;
    bottom: 0px;
    left: 0px;
    right: 0px;
    background-color: black;
    height: 80px;
    width: 100%;
    margin: auto;
    z-index: 8;
}

.homemobile {
    width: 20px;
}

    .homemobile img { 
        width: 10px;
        margin: auto
    }
.logofooter{
    position:relative;
    width:30%;
    padding:5px;
}
.sosmed {
    position: relative;
    width: 50px;
    cursor:pointer;
    padding:5px;
}



.panel-partner{
    position:absolute;  
    width:100%;
    height:70px;
    bottom:0px;
    margin:auto;
    background-color:#9f1d00;
    text-align:center;
}

.iconpartner{
    
    position:absolute;
    top:10px;
    width:90px;
    height:50px;
    margin:auto;
}

.panelkanan{
    display:flex;
    flex-direction:row;
    flex-wrap:wrap;
    position:relative;
    left:0%; 
    width:50%; 
    height:100%;
    background-color:transparent; 
}
.terpopuler {
    position:relative;
    left:0px;
    display:flex;
    flex-direction:column; 
    width: 55%;
    height:730px;
    background-color: transparent ;
    gap:20px;
    
}

.headerberitapopuler {
    position: relative;
    top:20px;
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed black;
}
.beritapopuler-ket{
    width:100%;
    font-size:20px;
    color:#9f1d00;
}

.panelcontentberitapopuler { 
    position: relative;
    top: 10px;
    left: 20px;
    right: 0px;
    width: 380px;  
    background-color: #ffffff8b; 
    border-radius:5px;
    cursor:pointer;
}

    .panelcontentberitapopuler:hover {
        transform: scale(1.02);
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border:1px dashed #9f1d00;
    }

.jarakberitapopuler{
    height:5px;
}

.headerjudulberitapopuler{
    position:absolute;
    top:10px;
    width:55%;
    height:30px;
    right:5px;
    background-color:transparent;
    margin:auto;
    font-size:10px;
    color:grey;

}

.judulberitapopuler {
    position:absolute;
    top:30px;
    width:55%;
    right:5px;
    margin:auto;
    font-size:12px;
}

.imgcontentberitapopuler {
    position: relative;
    left:3px;
    top:3px;
    bottom:0px;
    width: 150px;
    height: 100px;
    object-fit: cover;
     border-radius:5px;
}

    .imgcontentberitapopuler:hover {
     border:1px solid white;
    }

.beritateratas {
    position: absolute;
    top:760px;
    left: 0px;
    display: flex;
    flex-direction: column;
    width: 55%;
    height: 900px;
    background-color: transparent;
}

.headerberitateratas {
    position: relative;
    top: 0px;
    width: 100%;
    height: 40px;
    border-bottom: 1px dashed black;
}

.beritateratas-ket {
    font-size: 20px;
    color:#9f1d00;
}

.panelcontentberitateratas {
    display: flex;
    position: relative;
    top: 5px;
    left: 0px;
    right: 0px;
    width: 95%;
    height: 200px;
    background-color: transparent;
    margin: auto;
    padding: 10px;
    border-radius: 10px;
    transition: all .2s ease;
}

    .panelcontentberitateratas:hover {
        transform: scale(1.02); 
    }
    

.imgcontentberitateratas {
    position: absolute;
    width: 95%;
    height: 95%;
    object-fit: cover;
    border-radius:10px;
    cursor:pointer;
   
} 
.paneljudulberitateratas {
    position: absolute;
    left: 0px;
    right: 0px;
    bottom: 0px;
    width: 95%;
    height: 60px;
    background-color: #ffffffb7;
    margin: auto;
    border-radius: 10px 10px 10px 10px;
    overflow-y: hidden;
    padding-bottom: 10px;
}

    .judulberitateratas{
        position:relative;
        top:10px;
        left:0px;
        right:0px;
        text-align:justify;
        font-size:12px;
        width:90%;
        margin:auto;
       
    }

   /*laptop3*/

@media (min-width:1501px) and (max-width:1919px){
    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 10%;
        width: 20px;
        height: 20px;
        background-color: red;
        margin: auto;
        display:none;
    }

        .paneldetailberita {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 1%;
            width: 70%;
            height: 60%;
            background-color: white;
            border: 1px dashed gray;
            margin: auto;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border-radius: 20px;
        }

        .tomboltutuppaneldetailberita {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
        }

        .show {
            display: block;
        }

        .hide {
            display: none;
        }

        .text-center {
            text-align: center;
        }

        .panelcontentpaneldetailberita {
            position: relative;
            top: 50px;
            bottom: 0px;
            width: 95%;
            height: 70%;
            background-color: transparent;
            margin: auto;
            padding: 10px;
            overflow-y: scroll;
        }

        .paneljuduldetailberita {
            position: relative;
            width: 90%;
            left: 5%;
            height: 140px;
            text-align: center;
            background-color: transparent;
            font-size: 40px;
            font-weight: bold;
        }

            .paneljuduldetailberita p {
                text-align: center;
            }

        .panelgambardetailberita {
            position: relative;
            width: 90%;
            height: 600px;
            text-align: center;
            margin: auto;
        }

            .panelgambardetailberita img {
                position: relative;
                top: 20px;
                margin: auto;
                width: 60%;
                height: 550px;
                border-radius: 10px;
            }

        .penjelasanimgberitadetail {
            position: relative;
            width: 90%;
            height: 30px;
            border-bottom: 1px solid gray;
            margin: auto;
        }

        .panelisidetailberita {
            position: relative;
            top: 2%;
            width: 80%;
            height: 400px;
            text-align: justify-all;
            background-color: transparent;
            margin: auto;
        }

            .panelisidetailberita p {
                line-height: 22px;
                text-align:justify;
            }

        .panelberitaterkait {
            position: relative;
            width: 80%;
            height: 20%;
            bottom: 0%;
            background-color: transparent;
            margin: auto;
            border-bottom: 1px dashed gray;
            border-top: 1px dashed gray;
        }

        .judulpanelberitaterkait a {
            font-size: 20px;
            color: gray;
        }

        .pattern {
            position: absolute;
            left: 0;
            top: 0px;
            width: 100%;
            height: 100%;
            margin: auto;
            background-color: #e5e5f7;
            opacity: 0.04;
            background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
            background-position: 10px 0, 10px 0, 0 0, 0 0;
            background-size: 10px 10px;
            background-repeat: repeat;
        }

        .panelbtnmenu {
            position: fixed;
            top: 30px;
            right: 15%;
            display: none;
            z-index: 6;
        }

        .btnmenu {
            width: 30px;
            cursor: pointer;
        }

        .nav {
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            text-align: left;
            background-color: darkorange;
            width: 100%;
            height: 60px;
            padding-left: 10%;
            padding-top: 20px;
            z-index: 5;
        }

        .nav-content {
            text-align: right;
            margin-top: 0px;
        }

        .toolbar {
            position: fixed;
            top: 80px;
            left: 0px;
            right: 0px;
            margin: auto;
            text-align: right;
            background-color: #9f1d00;
            width: 100%;
            height: 40px;
            padding-left: 10%;
            padding-top: 20px;
            z-index: 5;
        }

        .panelcover-hide {
            position: absolute;
            top: 0;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: none;
        }

        .panelcover-show {
            position: absolute;
            top: 0;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: block;
            background-color: rgb(128, 128, 128, 0.54);
            z-index: 5;
        }

        .headerpanelpesan {
            position: absolute;
            left: 0px;
            right: 0px;
            height: 50px;
            background-color: transparent;
            text-align: right;
            border-radius: 20px 20px 0px 0px;
        }

        .panelpesan-hide {
            position: relative;
            top: 300px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: none;
            width: 500px;
            height: 300px;
            background-color: white;
            border: 1px dashed orange;
            border-radius: 20px;
            z-index: 6;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        }

        .panelpesan-show {
            position: relative;
            top: 300px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: block;
            width: 500px;
            height: 300px;
            background-color: white;
            border: 1px dashed gray;
            border-radius: 20px;
            z-index: 6;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            animation: animasipanelpesan 0.6s ease-out;
        }

        .btntutuppanelpesan {
            font-weight: bold;
            cursor: pointer;
            position: absolute;
            top: 18px;
            right: 20px;
        }

        .iconpesan {
            position: absolute;
            top: 35%;
            left: 8%;
            width: 15%;
        }

        .isipesan {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            left: 25%;
            right: 10%;
            top: 0px;
            bottom: 20px;
            margin: auto;
            text-align: center
        }

        @keyframes animasipanelpesan {
            from {
                opacity: 0;
                transform: translateY(-50px)
            }

            to {
                opacity: 1;
                transform: translateY(0px)
            }
        } 

        .panelloginadmin {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 20%;
            width: 400px;
            height: 450px;
            background-color: white;
            border: 1px dashed gray;
            border-radius: 10px;
            z-index: 6;
            margin: auto;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            animation: animasipanelloginadmin 0.4s ease-in;
            position: fixed;
        }

        @keyframes animasipanelloginadmin {
            from {
                opacity: 0;
                transform: translateY(-100px);
            }

            to {
                opacity: 1;
                transform: translateY(0px);
            }
        }

        .headerpanelloginadmin {
            position: relative;
            top: 0px;
            width: 100%;
            height: 30px;
            background-color: transparent;
        }

        .btnclosepanelloginadmin {
            position: absolute;
            right: 20px;
            top: 15px;
            cursor: pointer;
        }

        .divinputstylestandard {
            line-height: 30px;
        }

        .labelket {
            position: absolute;
            left: 14%;
            right: 0px;
            margin: auto;
            margin-top: 30px;
            font-weight: normal;
            color: darkgray;
            font-size: 12px;
        }

        .textboxstylestandard {
            width: 70%;
            height: 40px;
            border: 0.5px solid rgb(128,128,128,0.4);
            border-radius: 8px;
            padding-left: 10px;
            padding-right: 10px;
            position: absolute;
            left: 0px;
            right: 0px;
            margin: auto;
        }

        .divinputstylecari {
            position: absolute;
            top: 3px;
            width: 20%;
            height: 90%;
            right: 20%;
            margin: auto;
            line-height: 30px;
            background-color: transparent;
            text-align: right;
        }

        .textboxstylecari {
            position: absolute;
            top: 10px;
            width: 60%;
            height: 30px;
            border: 0.5px solid rgb(128,128,128,0.4);
            border-radius: 8px;
            padding-left: 10px;
            padding-right: 10px;
            right: 30px;
            margin: auto;
            text-align: center;
        }

        .btnstandard-holder {
            position: absolute;
            width: 100%;
            background-color: transparent;
            bottom: 30px;
            right: 0px;
            margin: auto;
            text-align: center;
        }

        .btn-login-holder {
            position: absolute;
            width: 100%;
            background-color: transparent;
            bottom: 50px;
            right: 15%;
            margin: auto;
            text-align: right;
        }

        .btn_standard {
            border: none;
            margin: auto;
            border-radius: 10px;
            height: 45px;
            width: 150px;
            background-color: orange;
            color: black;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            color: black;
        }

        .btncari {
            position: absolute;
            top: 10px;
            right: 5%;
            width: 35px;
            height: 35px;
        }

            .btncari img {
                position: absolute;
                width: 100%;
            }


        ul {
            padding-right: 20%;
        }

        li {
            display: inline;
            padding: 10px;
            color: white;
        }

        .tombolmenu {
            display: none;
        }

        .logo {
            display: flex;
            justify-content: center;
            position: absolute;
            background-color: white;
            border-radius: 100px;
            width: 110px;
            height: 110px;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            animation: animasilogo 0.5s ease-in;
        }

        @keyframes animasilogo {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }

            to {
                opacity: 1;
                transform: translateY(0px);
            }
        }

        .logo-content {
            margin-top: 3px;
            width: 100px;
            height: 100px;
        }

        .namaperusahaan {
            position: absolute;
            margin-left: 140px;
            margin-top: 0px;
            font-size: 20px;
            animation: animasiprofileperusahaan-nama 0.5s ease-in;
        }

        @keyframes animasiprofileperusahaan-nama {
            from {
                opacity: 0;
                transform: translateX(50px);
            }

            to {
                opacity: 1;
                transform: translateX(0px);
            }
        }

        .alamatperusahaan {
            position: absolute;
            margin-left: 140px;
            margin-top: 25px;
            font-size: 10px;
            animation: animasiprofileperusahaan-alamat 0.5s ease-in;
        }

        @keyframes animasiprofileperusahaan-alamat {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }

            to {
                opacity: 1;
                transform: translateX(0px);
            }
        }

        /* iklan utama -->*/
        .panel-iklan-utama {
            position: relative;
            left: 0px;
            right: 0px;
            top: 150px;
            margin: auto;
            width: 90%;
            height: 450px;
            background-color: transparent;
            text-align: center;
            border-radius: 10px;
            border: 2px solid black;
            /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
        }

        .iklanutama-content {
            position: relative;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .iklanumum {
            position: absolute;
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            justify-content: center;
            align-content: start;
            top: 20px;
            width: 300px;
            background-color: transparent;
            gap: 10px;
            right: 0px;
            border-radius: 10px;
        }

        .contentiklanumum {
            position: relative;
            top: 20px;
            left: 0px;
            right: 20px;
            width: 90%;
            height: 600px;
            background-color: transparent;
            margin: auto;
            object-fit: cover;
            border-radius: 10px;
            border: 1px solid black;
            transition: all .2s ease;
            cursor: pointer;
        }

            .contentiklanumum:hover {
                transform: scale(1.02);
            }

        .jarakantaraiklanutamadancontent {
            height: 180px;
        }

        .iklanumumpopup {
            position: fixed;
            top: 200px;
            bottom: 0px;
            width: 500px;
            height: 700px;
            background-color: transparent;
            right: 0px;
            left: 0px;
            border-radius: 10px;
            z-index: 5;
            margin: auto;
        }

        .btncloseiklanpopup {
            position: absolute;
            right: 0px;
            top: -40px;
        }

            .btncloseiklanpopup a {
                font-size: 30px;
                cursor: pointer;
            }

        .iklanumumpopup img {
            border: 1px dashed black;
            width: 100%;
            height: 100%;
            margin: auto;
            border-radius: 10px;
            object-fit: cover;
        }

        .contentiklanumumpopup {
            position: relative;
            top: 20px;
            left: 0px;
            right: 20px;
            width: 90%;
            height: 600px;
            background-color: red;
            margin: auto;
            object-fit: cover;
            border-radius: 10px;
            border: 1px solid black;
            transition: all .2s ease;
            cursor: pointer;
        }

            .contentiklanumumpopup:hover {
                transform: scale(1.02);
            }

        .content {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 90%;
            height: 3700px;
            background-color: transparent;
            margin: auto;
        }

        .kotakrender {
            width: 50%;
            background-color: transparent;
        }

        .jarakantaracontentdanfooter {
            height: 500px;
        }

        .footer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: black;
            height: 400px;
            width: 100%;
            margin: auto;
        }

        .itemfooter {
            height: 100%;
        }

        .item-kosong {
            width: 20%;
        }

        .item-kosong-akhir {
            width: 0px;
            display: none;
        }

        .panellogofooter {
            display: flex;
            flex-direction: column;
            width: 25%;
            background-color: transparent;
            padding: 10px;
            margin: auto;
            text-align: center;
        }

        .panelmenufooter {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 7%;
            background-color: transparent;
            padding: 20px;
            color: white;
        }

        .logofooter {
            position: relative;
            width: 30%;
            padding: 5px;
        }

        .sosmed {
            position: relative;
            width: 50px;
            cursor: pointer;
            padding: 5px;
        }

        .panel-partner {
            position: absolute;
            width: 100%;
            height: 70px;
            bottom: 0px;
            margin: auto;
            background-color: #9f1d00;
            text-align: center;
        }

        .iconpartner {
            position: absolute;
            top: 10px;
            width: 90px;
            height: 50px;
            margin: auto;
        }

        .panelkanan {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            position: relative;
            left: 0%;
            width: 50%;
            height: 100%;
            background-color: transparent;
        }

        .terpopuler {
            position: relative;
            left: 0px;
            display: flex;
            flex-direction: column;
            width: 55%;
            height: 730px;
            background-color: transparent;
            gap: 20px;
        }

        .headerberitapopuler {
            position: relative;
            top: 20px;
            width: 100%;
            height: 40px;
            border-bottom: 1px dashed black;
        }

        .beritapopuler-ket {
            width: 100%;
            font-size: 20px;
            color: #9f1d00;
        }

        .panelcontentberitapopuler {
            position: relative;
            top: 10px;
            left: 20px;
            right: 0px;
            width: 90%;
            background-color: #ffffff8b;
            border-radius: 5px;
            cursor: pointer;
        }

            .panelcontentberitapopuler:hover {
                transform: scale(1.02);
                box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
                border: 1px dashed #9f1d00;
            }

        .jarakberitapopuler {
            height: 5px;
        }

        .headerjudulberitapopuler {
            position: absolute;
            top: 10px;
            width: 55%;
            height: 30px;
            right: 20px;
            background-color: transparent;
            margin: auto;
            font-size: 10px;
            color: grey;
        }

        .judulberitapopuler {
            position: absolute;
            top: 30px;
            width: 55%;
            right: 20px;
            margin: auto;
            font-size: 12px;
        }

        .imgcontentberitapopuler {
            position: relative;
            left: 3px;
            top: 3px;
            bottom: 0px;
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 5px;
        }

            .imgcontentberitapopuler:hover {
                border: 1px solid white;
            }

        .beritateratas {
            position: absolute;
            top: 760px;
            left: 0px;
            display: flex;
            flex-direction: column;
            width: 55%;
            height: 900px;
            background-color: transparent;
        }

        .headerberitateratas {
            position: relative;
            top: 0px;
            width: 100%;
            height: 40px;
            border-bottom: 1px dashed black;
        }

        .beritateratas-ket {
            font-size: 20px;
            color: #9f1d00;
        }

        .panelcontentberitateratas {
            display: flex;
            position: relative;
            top: 5px;
            left: 0px;
            right: 0px;
            width: 95%;
            height: 200px;
            background-color: transparent;
            margin: auto;
            padding: 10px;
            border-radius: 10px;
            transition: all .2s ease;
        }

            .panelcontentberitateratas:hover {
                transform: scale(1.02);
            }


        .imgcontentberitateratas {
            position: absolute;
            width: 95%;
            height: 95%;
            object-fit: cover;
            border-radius: 10px;
            cursor: pointer;
        }

        .paneljudulberitateratas {
            position: absolute;
            left: -10px;
            right: 0px;
            bottom: 0px;
            width: 95.5%;
            height: 60px;
            background-color: #ffffffb7;
            margin: auto;
            border-radius: 10px 10px 10px 10px;
            overflow-y: hidden;
            padding-bottom: 10px;
        }

        .judulberitateratas {
            position: relative;
            top: 10px;
            left: 0px;
            right: 0px;
            text-align: justify;
            font-size: 12px;
            width: 90%;
            margin: auto;
        }
    }

/*laptop2*/

@media (min-width:1301px) and (max-width:1500px) {
    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 10%;
        width: 20px;
        height: 20px;
        background-color: red;
        margin: auto;
        display:none;
    }

    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 95%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align: justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: none;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display: none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 110px;
        height: 110px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 100px;
        height: 100px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 0px;
        font-size: 20px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 90%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute;
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        display: none;
        margin: auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 500px;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight: bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        height: 5200px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 50%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 500px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
    }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 2%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 20px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 30px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 30px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 900px;
        background-color: transparent;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}

/*laptop1*/

@media (min-width:1101px) and (max-width:1300px) {
    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 10%;
        width: 20px;
        height: 20px;
        background-color: red;
        margin: auto;
        display:none;
    }

    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 95%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align:justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: none;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display:none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    } 

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 110px;
        height: 110px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 100px;
        height: 100px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 0px;
        font-size: 20px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 90%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute; 
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left:0px;
        border-radius: 10px;
        display:none;
        margin:auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 500px;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight:bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 90%;
        height: 5200px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 50%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 500px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
    }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 2%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 20px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 30px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 30px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 900px;
        background-color: transparent;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}

/*end:laptop1*/

/*tablet3*/

@media (min-width:901px) and (max-width:1100px) {

    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 10%;
        width: 20px;
        height: 20px;
        background-color: red;
        margin: auto;
        display:none;
    }

    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 90%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align: justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: none;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display: none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 110px;
        height: 110px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 100px;
        height: 100px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 0px;
        font-size: 20px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 95%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute;
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        display: none;
        margin: auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 500px;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight: bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        height: 5200px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 50%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 500px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
    }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 3%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 10px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 10px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 20px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 130px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 90%;
        height: 900px;
        background-color: transparent;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}

/*end:tablet2*/


/*tablet2*/

    @media (min-width:801px) and (max-width:900px) {
        .btnmenumobile {
            position: absolute;
            top: 40%;
            right: 10%;
            width: 20px;
            height: 20px;
            background-color: red;
            margin: auto;
        }

        .paneldetailberita {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 0.2%;
            width: 90%;
            height: 40%;
            background-color: white;
            border: 1px dashed gray;
            margin: auto;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border-radius: 20px;
        }

        .tomboltutuppaneldetailberita {
            position: absolute;
            top: 20px;
            right: 20px;
            cursor: pointer;
        }

        .show {
            display: block;
        }

        .hide {
            display: none;
        }

        .text-center {
            text-align: center;
        }

        .panelcontentpaneldetailberita {
            position: relative;
            top: 50px;
            bottom: 0px;
            width: 95%;
            height: 70%;
            background-color: transparent;
            margin: auto;
            padding: 10px;
            overflow-y: scroll;
        }

        .paneljuduldetailberita {
            position: relative;
            width: 90%;
            left: 5%;
            height: 160px;
            text-align: center;
            background-color: transparent;
            font-size: 40px;
            font-weight: bold;
        }

            .paneljuduldetailberita p {
                text-align: center;
            }

        .panelgambardetailberita {
            position: relative;
            width: 90%;
            height: 600px;
            text-align: center;
            margin: auto;
        }

            .panelgambardetailberita img {
                position: relative;
                top: 20px;
                margin: auto;
                width: 80%;
                height: 550px;
                border-radius: 10px;
            }

        .penjelasanimgberitadetail {
            position: relative;
            width: 90%;
            height: 30px;
            border-bottom: 1px solid gray;
            margin: auto;
        }

        .panelisidetailberita {
            position: relative;
            top: 2%;
            width: 80%;
            height: 400px;
            text-align: justify-all;
            background-color: transparent;
            margin: auto;
        }

            .panelisidetailberita p {
                line-height: 22px;
                text-align: justify;
            }

        .panelberitaterkait {
            position: relative;
            width: 80%;
            height: 20%;
            bottom: 0%;
            background-color: transparent;
            margin: auto;
            border-bottom: 1px dashed gray;
            border-top: 1px dashed gray;
        }

        .judulpanelberitaterkait a {
            font-size: 20px;
            color: gray;
        }

        .pattern {
            position: absolute;
            left: 0;
            top: 0px;
            width: 100%;
            height: 100%;
            margin: auto;
            background-color: #e5e5f7;
            opacity: 0.04;
            background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
            background-position: 10px 0, 10px 0, 0 0, 0 0;
            background-size: 10px 10px;
            background-repeat: repeat;
        }

        .panelbtnmenu {
            position: fixed;
            top: 30px;
            right: 15%;
            display: none;
            z-index: 6;
        }

        .btnmenu {
            width: 30px;
            cursor: pointer;
        }

        .nav {
            position: fixed;
            top: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            text-align: left;
            background-color: darkorange;
            width: 100%;
            height: 60px;
            padding-left: 10%;
            padding-top: 20px;
            z-index: 5;
        }

        .nav-content {
            text-align: right;
            margin-top: 0px;
            display:none;
        }

        .toolbar {
            position: fixed;
            top: 80px;
            left: 0px;
            right: 0px;
            margin: auto;
            text-align: right;
            background-color: #9f1d00;
            width: 100%;
            height: 40px;
            padding-left: 10%;
            padding-top: 20px;
            z-index: 5;
        }

        .panelcover-hide {
            position: absolute;
            top: 0;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: none;
        }

        .panelcover-show {
            position: absolute;
            top: 0;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: block;
            background-color: rgb(128, 128, 128, 0.54);
            z-index: 5;
        }

        .headerpanelpesan {
            position: absolute;
            left: 0px;
            right: 0px;
            height: 50px;
            background-color: transparent;
            text-align: right;
            border-radius: 20px 20px 0px 0px;
        }

        .panelpesan-hide {
            position: relative;
            top: 300px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: none;
            width: 500px;
            height: 300px;
            background-color: white;
            border: 1px dashed orange;
            border-radius: 20px;
            z-index: 6;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        }

        .panelpesan-show {
            position: relative;
            top: 300px;
            bottom: 0px;
            left: 0px;
            right: 0px;
            margin: auto;
            display: block;
            width: 500px;
            height: 300px;
            background-color: white;
            border: 1px dashed gray;
            border-radius: 20px;
            z-index: 6;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            animation: animasipanelpesan 0.6s ease-out;
        }

        .btntutuppanelpesan {
            font-weight: bold;
            cursor: pointer;
            position: absolute;
            top: 18px;
            right: 20px;
        }

        .iconpesan {
            position: absolute;
            top: 35%;
            left: 8%;
            width: 15%;
        }

        .isipesan {
            display: flex;
            align-items: center;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            left: 25%;
            right: 10%;
            top: 0px;
            bottom: 20px;
            margin: auto;
            text-align: center
        }

        @keyframes animasipanelpesan {
            from {
                opacity: 0;
                transform: translateY(-50px)
            }

            to {
                opacity: 1;
                transform: translateY(0px)
            }
        }

        .panelloginadmin {
            position: absolute;
            left: 0px;
            right: 0px;
            top: 20%;
            width: 400px;
            height: 450px;
            background-color: white;
            border: 1px dashed gray;
            border-radius: 10px;
            z-index: 6;
            margin: auto;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            animation: animasipanelloginadmin 0.4s ease-in;
            position: fixed;
        }

        @keyframes animasipanelloginadmin {
            from {
                opacity: 0;
                transform: translateY(-100px);
            }

            to {
                opacity: 1;
                transform: translateY(0px);
            }
        }

        .headerpanelloginadmin {
            position: relative;
            top: 0px;
            width: 100%;
            height: 30px;
            background-color: transparent;
        }

        .btnclosepanelloginadmin {
            position: absolute;
            right: 20px;
            top: 15px;
            cursor: pointer;
        }

        .divinputstylestandard {
            line-height: 30px;
        }

        .labelket {
            position: absolute;
            left: 14%;
            right: 0px;
            margin: auto;
            margin-top: 30px;
            font-weight: normal;
            color: darkgray;
            font-size: 12px;
        }

        .textboxstylestandard {
            width: 70%;
            height: 40px;
            border: 0.5px solid rgb(128,128,128,0.4);
            border-radius: 8px;
            padding-left: 10px;
            padding-right: 10px;
            position: absolute;
            left: 0px;
            right: 0px;
            margin: auto;
        }

        .divinputstylecari {
            position: absolute;
            top: 3px;
            width: 20%;
            height: 90%;
            right: 20%;
            margin: auto;
            line-height: 30px;
            background-color: transparent;
            text-align: right;
        }

        .textboxstylecari {
            position: absolute;
            top: 10px;
            width: 60%;
            height: 30px;
            border: 0.5px solid rgb(128,128,128,0.4);
            border-radius: 8px;
            padding-left: 10px;
            padding-right: 10px;
            right: 30px;
            margin: auto;
            text-align: center;
        }

        .btnstandard-holder {
            position: absolute;
            width: 100%;
            background-color: transparent;
            bottom: 30px;
            right: 0px;
            margin: auto;
            text-align: center;
        }

        .btn-login-holder {
            position: absolute;
            width: 100%;
            background-color: transparent;
            bottom: 50px;
            right: 15%;
            margin: auto;
            text-align: right;
        }

        .btn_standard {
            border: none;
            margin: auto;
            border-radius: 10px;
            height: 45px;
            width: 150px;
            background-color: orange;
            color: black;
            font-weight: bold;
            font-size: 16px;
            cursor: pointer;
            color: black;
        }

        .btncari {
            position: absolute;
            top: 10px;
            right: 5%;
            width: 35px;
            height: 35px;
        }

            .btncari img {
                position: absolute;
                width: 100%;
            }


        ul {
            padding-right: 20%;
        }

        li {
            display: inline;
            padding: 10px;
            color: white;
        }

        .tombolmenu {
            display: none;
        }

        .logo {
            display: flex;
            justify-content: center;
            position: absolute;
            background-color: white;
            border-radius: 100px;
            width: 110px;
            height: 110px;
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            animation: animasilogo 0.5s ease-in;
        }

        @keyframes animasilogo {
            from {
                opacity: 0;
                transform: translateY(-50px);
            }

            to {
                opacity: 1;
                transform: translateY(0px);
            }
        }

        .logo-content {
            margin-top: 3px;
            width: 100px;
            height: 100px;
        }

        .namaperusahaan {
            position: absolute;
            margin-left: 140px;
            margin-top: 0px;
            font-size: 20px;
            animation: animasiprofileperusahaan-nama 0.5s ease-in;
        }

        @keyframes animasiprofileperusahaan-nama {
            from {
                opacity: 0;
                transform: translateX(50px);
            }

            to {
                opacity: 1;
                transform: translateX(0px);
            }
        }

        .alamatperusahaan {
            position: absolute;
            margin-left: 140px;
            margin-top: 25px;
            font-size: 10px;
            animation: animasiprofileperusahaan-alamat 0.5s ease-in;
        }

        @keyframes animasiprofileperusahaan-alamat {
            from {
                opacity: 0;
                transform: translateX(-50px);
            }

            to {
                opacity: 1;
                transform: translateX(0px);
            }
        }

        /* iklan utama -->*/
        .panel-iklan-utama {
            position: relative;
            left: 0px;
            right: 0px;
            top: 150px;
            margin: auto;
            width: 95%;
            height: 450px;
            background-color: transparent;
            text-align: center;
            border-radius: 10px;
            border: 2px solid black;
            /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
        }

        .iklanutama-content {
            position: relative;
            left: 0px;
            right: 0px;
            margin: auto;
            width: 100%;
            height: 100%;
            object-fit: cover;
            border-radius: 10px;
        }

        .iklanumum {
            position: absolute;
            top: 20px;
            width: 100%;
            background-color: red;
            gap: 10px;
            right: 0px;
            left: 0px;
            border-radius: 10px;
            display: none;
            margin: auto;
        }

        .contentiklanumum {
            position: absolute;
            top: 20px;
            left: 0px;
            right: 0px;
            width: 90%;
            height: 600px;
            background-color: transparent;
            margin: auto;
            object-fit: cover;
            border-radius: 10px;
            border: 1px solid black;
            transition: all .2s ease;
            cursor: pointer;
        }

            .contentiklanumum:hover {
                transform: scale(1.02);
            }

        .iklanumumpopup {
            position: fixed;
            top: 150px;
            bottom: 0px;
            width: 500px;
            height: 600px;
            background-color: transparent;
            right: 0px;
            left: 0px;
            border-radius: 10px;
            z-index: 5;
            margin: auto;
        }

        .btncloseiklanpopup {
            position: absolute;
            right: 10px;
            top: 0px;
        }

            .btncloseiklanpopup a {
                font-size: 30px;
                cursor: pointer;
                font-weight: bold;
            }

        .iklanumumpopup img {
            border: 1px dashed black;
            width: 100%;
            height: 100%;
            margin: auto;
            border-radius: 10px;
            object-fit: cover;
        }

        .contentiklanumumpopup {
            position: absolute;
            top: 20px;
            left: 0px;
            right: 0px;
            width: 90%;
            height: 600px;
            background-color: transparent;
            margin: auto;
            object-fit: cover;
            border-radius: 10px;
            border: 1px solid black;
            transition: all .2s ease;
            cursor: pointer;
        }

            .contentiklanumumpopup:hover {
                transform: scale(1.02);
            }

        .jarakantaraiklanutamadancontent {
            height: 180px;
        }

        .content {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            width: 95%;
            height: 5200px;
            background-color: transparent;
            margin: auto;
        }

        .kotakrender {
            width: 50%;
            background-color: transparent;
        }

        .jarakantaracontentdanfooter {
            height: 500px;
        }

        .footer {
            display: flex;
            flex-direction: column;
            justify-content: center;
            flex-wrap: wrap;
            position: absolute;
            bottom: 0px;
            left: 0px;
            right: 0px;
            background-color: black;
            height: 300px;
            width: 100%;
            margin: auto;
        }

        .itemfooter {
            height: 100%;
        }

        .item-kosong {
            width: 20%;
        }

        .item-kosong-akhir {
            width: 0px;
            display: none;
        }

        .panellogofooter {
            display: flex;
            flex-direction: column;
            width: 25%;
            background-color: transparent;
            padding: 10px;
            margin: auto;
            text-align: center;
        }

        .panelmenufooter {
            display: flex;
            flex-direction: column;
            flex-wrap: wrap;
            width: 7%;
            background-color: transparent;
            padding: 20px;
            color: white;
        }

        .logofooter {
            position: relative;
            width: 30%;
            padding: 5px;
        }

        .sosmed {
            position: relative;
            width: 50px;
            cursor: pointer;
            padding: 5px;
        }

        .panel-partner {
            position: absolute;
            width: 100%;
            height: 70px;
            bottom: 0px;
            margin: auto;
            background-color: #9f1d00;
            text-align: center;
        }

        .iconpartner {
            position: absolute;
            top: 10px;
            width: 90px;
            height: 50px;
            margin: auto;
        }

        .panelkanan {
            display: flex;
            flex-direction: row;
            flex-wrap: wrap;
            position: relative;
            left: 3%;
            width: 50%;
            height: 100%;
            background-color: transparent;
        }

        .terpopuler {
            position: relative;
            left: 0px;
            display: flex;
            flex-direction: column;
            width: 90%;
            height: 730px;
            background-color: transparent;
            gap: 20px;
        }

        .headerberitapopuler {
            position: relative;
            top: 20px;
            width: 100%;
            height: 40px;
            border-bottom: 1px dashed black;
        }

        .beritapopuler-ket {
            width: 100%;
            font-size: 20px;
            color: #9f1d00;
        }

        .panelcontentberitapopuler {
            position: relative;
            top: 10px;
            left: 10px;
            right: 0px;
            width: 96%;
            background-color: #ffffff8b;
            border-radius: 5px;
            cursor: pointer;
        }

            .panelcontentberitapopuler:hover {
                transform: scale(1.02);
                box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
                border: 1px dashed #9f1d00;
            }

        .jarakberitapopuler {
            height: 5px;
        }

        .headerjudulberitapopuler {
            position: absolute;
            top: 10px;
            width: 60%;
            height: 30px;
            right: 10px;
            background-color: transparent;
            margin: auto;
            font-size: 10px;
            color: grey;
        }

        .judulberitapopuler {
            position: absolute;
            top: 30px;
            width: 60%;
            right: 20px;
            margin: auto;
            font-size: 12px;
        }

        .imgcontentberitapopuler {
            position: relative;
            left: 3px;
            top: 3px;
            bottom: 0px;
            width: 100px;
            height: 100px;
            object-fit: cover;
            border-radius: 5px;
        }

            .imgcontentberitapopuler:hover {
                border: 1px solid white;
            }

        .beritateratas {
            position: absolute;
            top: 760px;
            left: 0px;
            display: flex;
            flex-direction: column;
            width: 90%;
            height: 900px;
            background-color: transparent;
        }

        .headerberitateratas {
            position: relative;
            top: 0px;
            width: 100%;
            height: 40px;
            border-bottom: 1px dashed black;
        }

        .beritateratas-ket {
            font-size: 20px;
            color: #9f1d00;
        }

        .panelcontentberitateratas {
            display: flex;
            position: relative;
            top: 5px;
            left: 10px;
            right: 0px;
            width: 96%;
            height: 300px;
            background-color: transparent;
            margin: auto;
            padding: 10px;
            border-radius: 10px;
            transition: all .2s ease;
        }

            .panelcontentberitateratas:hover {
                transform: scale(1.02);
            }


        .imgcontentberitateratas {
            position: absolute;
            width: 95%;
            height: 95%;
            object-fit: cover;
            border-radius: 10px;
            cursor: pointer;
        }

        .paneljudulberitateratas {
            position: absolute;
            left: 1px;
            right: 0px;
            bottom: 5.5px;
            width: 95%;
            height: 60px;
            background-color: #ffffffb7;
            margin: auto;
            border-radius: 20px 20px 10px 10px;
            overflow-y: hidden;
            padding-bottom: 10px;
        }

        .judulberitateratas {
            position: relative;
            top: 10px;
            left: 0px;
            right: 0px;
            text-align: justify;
            font-size: 12px;
            width: 90%;
            margin: auto;
        }
    }

    /*end:tablet2*/

    /*tablet1*/

@media (min-width:601px) and (max-width:800px) {
    body {
        background: white;
    }

    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 10%;
        width: 20px;
        height: 20px;
        background-color: red;
        margin: auto;
    }


    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 90%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align: justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: none;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display: none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 140px;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 10px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 80px;
        height: 80px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 80px;
        height: 80px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 100px;
        margin-top: 0px;
        font-size: 20px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 100px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 95%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute;
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        display: none;
        margin: auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 500px;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
        display: none;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight: bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        height: 400px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 100%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 200px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
        display: none;
    }

    .footermobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 80px;
        width: 100%;
        margin: auto;
        z-index: 8;
    }

    .homemobile{
        width:20px;
    }
    .homemobile img {
        position:absolute;
        width: 10px;
        margin:auto
    }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 0%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
        display: none;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 20px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 30px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 30px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 900px;
        background-color: transparent;
        display: none;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}


    /*mobile2.5*/

@media (min-width:500px) and (max-width:600px) {
    body {
        background: white;
    }

    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 15%;
        width: 25px;
        height: 25px;
        background-color: transparent;
        margin: auto;
        display:block;
        cursor:pointer;

    }
    .btnmenumobile img{
        width:100%;
        height:100%;
    }

    .panelmenumobile{
        position:fixed;
        left:0px;
        right:0px;
        top:0px;
        width:100%;
        height:100%;
        background-color:grey;
        margin:auto;
        z-index:10;
    }

    .contentmenumobile{
        display:flex;
        flex-direction:column;
        gap:10px;
        position:relative;
        top:20%;
        text-align:center;

    }
    .contentmenumobile div a{
        cursor:pointer;
        text-decoration:none;
        color:black;
    }

    .gapbtnmenumobile{
        height:50px;
    }

    .btntutuppanelmenumobile{
        position:relative; 
        width:60%;
        height:50px;
        margin:auto;


    }
    .btntutuppanelmenumobile button{
        width:100%;
        height:100%;
        border:none;
        border-radius:20px;
        cursor:pointer;
    }

    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 90%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align: justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: none;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display: none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 140px;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 10px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 80px;
        height: 80px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 80px;
        height: 80px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 100px;
        margin-top: 0px;
        font-size: 16px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 100px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 95%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute;
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        display: none;
        margin: auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 500px;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
        display: none;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight: bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        height: 400px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 100%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 200px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
        display: none;
    }

    .footermobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 80px;
        width: 100%;
        margin: auto;
        z-index: 8;
    }

    .homemobile {
        width: 20px;
    }

        .homemobile img {
            position: absolute;
            width: 10px;
            margin: auto
        }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 0%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
        display: none;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 20px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 30px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 30px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 900px;
        background-color: transparent;
        display: none;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}


 /*Mobile2*/
@media (min-width:321px) and (max-width:499px) {
    body {
        background:white;
    }
    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 15%;
        width: 25px;
        height: 25px;
        background-color: transparent;
        margin: auto;
        display: block;
        cursor: pointer;
    }

        .btnmenumobile img {
            width: 100%;
            height: 100%;
        }

    .panelmenumobile {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: grey;
        margin: auto;
        z-index: 10;
    }

    .contentmenumobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
        top: 20%;
        text-align: center;
    }

        .contentmenumobile div a {
            cursor: pointer;
            text-decoration: none;
            color: black;
        }

    .gapbtnmenumobile {
        height: 50px;
    }

    .btntutuppanelmenumobile {
        position: relative;
        width: 60%;
        height: 50px;
        margin: auto;
    }

        .btntutuppanelmenumobile button {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 20px;
            cursor: pointer;
        }

    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 90%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align: justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
        
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: none;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display:none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 140px;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 10px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 80px;
        height: 80px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 80px;
        height: 80px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 100px;
        margin-top: 0px;
        font-size: 15px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 100px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 95%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute;
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        display: none;
        margin: auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 500px;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
        display: none;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight: bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        height: 400px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 100%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 200px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
        display:none;
    }

    .footermobile {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: fixed;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 80px;
        width: 100%;
        margin: auto;
        z-index:8;
    }

    .homemobile {
        width: 20px;
    }

        .homemobile img {
            position: absolute;
            width: 10px;
            margin: auto
        }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 0%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
        display:none;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 20px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 30px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 30px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 900px;
        background-color: transparent;
        display:none;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}

/*end:mobile2*/

/*Mobile1*/

@media (min-width:200px) and (max-width:320px) {
    .btnmenumobile {
        position: absolute;
        top: 40%;
        right: 15%;
        width: 25px;
        height: 25px;
        background-color: transparent;
        margin: auto;
        display: block;
        cursor: pointer;
    }

        .btnmenumobile img {
            width: 100%;
            height: 100%;
        }

    .panelmenumobile {
        position: fixed;
        left: 0px;
        right: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background-color: grey;
        margin: auto;
        z-index: 10;
    }

    .contentmenumobile {
        display: flex;
        flex-direction: column;
        gap: 10px;
        position: relative;
        top: 20%;
        text-align: center;
    }

        .contentmenumobile div a {
            cursor: pointer;
            text-decoration: none;
            color: black;
        }

    .gapbtnmenumobile {
        height: 50px;
    }

    .btntutuppanelmenumobile {
        position: relative;
        width: 60%;
        height: 50px;
        margin: auto;
    }

        .btntutuppanelmenumobile button {
            width: 100%;
            height: 100%;
            border: none;
            border-radius: 20px;
            cursor: pointer;
        }
    .paneldetailberita {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0.2%;
        width: 90%;
        height: 40%;
        background-color: white;
        border: 1px dashed gray;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        border-radius: 20px;
    }

    .tomboltutuppaneldetailberita {
        position: absolute;
        top: 20px;
        right: 20px;
        cursor: pointer;
    }

    .show {
        display: block;
    }

    .hide {
        display: none;
    }

    .text-center {
        text-align: center;
    }

    .panelcontentpaneldetailberita {
        position: relative;
        top: 50px;
        bottom: 0px;
        width: 95%;
        height: 70%;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        overflow-y: scroll;
    }

    .paneljuduldetailberita {
        position: relative;
        width: 90%;
        left: 5%;
        height: 160px;
        text-align: center;
        background-color: transparent;
        font-size: 40px;
        font-weight: bold;
    }

        .paneljuduldetailberita p {
            text-align: center;
        }

    .panelgambardetailberita {
        position: relative;
        width: 90%;
        height: 600px;
        text-align: center;
        margin: auto;
    }

        .panelgambardetailberita img {
            position: relative;
            top: 20px;
            margin: auto;
            width: 80%;
            height: 550px;
            border-radius: 10px;
        }

    .penjelasanimgberitadetail {
        position: relative;
        width: 90%;
        height: 30px;
        border-bottom: 1px solid gray;
        margin: auto;
    }

    .panelisidetailberita {
        position: relative;
        top: 2%;
        width: 80%;
        height: 400px;
        text-align: justify-all;
        background-color: transparent;
        margin: auto;
    }

        .panelisidetailberita p {
            line-height: 22px;
            text-align: justify;
        }

    .panelberitaterkait {
        position: relative;
        width: 80%;
        height: 20%;
        bottom: 0%;
        background-color: transparent;
        margin: auto;
        border-bottom: 1px dashed gray;
        border-top: 1px dashed gray;
    }

    .judulpanelberitaterkait a {
        font-size: 20px;
        color: gray;
    }

    .pattern {
        position: absolute;
        left: 0;
        top: 0px;
        width: 100%;
        height: 100%;
        margin: auto;
        background-color: #e5e5f7;
        opacity: 0.04;
        background-image: linear-gradient(135deg, #444cf7 25%, transparent 25%), linear-gradient(225deg, #444cf7 25%, transparent 25%), linear-gradient(45deg, #444cf7 25%, transparent 25%), linear-gradient(315deg, #444cf7 25%, #e5e5f7 25%);
        background-position: 10px 0, 10px 0, 0 0, 0 0;
        background-size: 10px 10px;
        background-repeat: repeat;
    }

    .panelbtnmenu {
        position: fixed;
        top: 30px;
        right: 15%;
        display: block;
        z-index: 6;
    }

    .btnmenu {
        width: 30px;
        cursor: pointer;
    }

    .nav {
        position: fixed;
        top: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: left;
        background-color: darkorange;
        width: 100%;
        height: 60px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
       
    }

    .nav-content {
        text-align: right;
        margin-top: 0px;
        display: none;
    }

    .toolbar {
        position: fixed;
        top: 80px;
        left: 0px;
        right: 0px;
        margin: auto;
        text-align: right;
        background-color: #9f1d00;
        width: 100%;
        height: 40px;
        padding-left: 10%;
        padding-top: 20px;
        z-index: 5;
    }

    .panelcover-hide {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
    }

    .panelcover-show {
        position: absolute;
        top: 0;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        background-color: rgb(128, 128, 128, 0.54);
        z-index: 5;
    }

    .headerpanelpesan {
        position: absolute;
        left: 0px;
        right: 0px;
        height: 50px;
        background-color: transparent;
        text-align: right;
        border-radius: 20px 20px 0px 0px;
    }

    .panelpesan-hide {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: none;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed orange;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
    }

    .panelpesan-show {
        position: relative;
        top: 300px;
        bottom: 0px;
        left: 0px;
        right: 0px;
        margin: auto;
        display: block;
        width: 500px;
        height: 300px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 20px;
        z-index: 6;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelpesan 0.6s ease-out;
    }

    .btntutuppanelpesan {
        font-weight: bold;
        cursor: pointer;
        position: absolute;
        top: 18px;
        right: 20px;
    }

    .iconpesan {
        position: absolute;
        top: 35%;
        left: 8%;
        width: 15%;
    }

    .isipesan {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        left: 25%;
        right: 10%;
        top: 0px;
        bottom: 20px;
        margin: auto;
        text-align: center
    }

    @keyframes animasipanelpesan {
        from {
            opacity: 0;
            transform: translateY(-50px)
        }

        to {
            opacity: 1;
            transform: translateY(0px)
        }
    }

    .panelloginadmin {
        position: absolute;
        left: 0px;
        right: 0px;
        top: 20%;
        width: 400px;
        height: 450px;
        background-color: white;
        border: 1px dashed gray;
        border-radius: 10px;
        z-index: 6;
        margin: auto;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasipanelloginadmin 0.4s ease-in;
        position: fixed;
    }

    @keyframes animasipanelloginadmin {
        from {
            opacity: 0;
            transform: translateY(-100px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .headerpanelloginadmin {
        position: relative;
        top: 0px;
        width: 100%;
        height: 30px;
        background-color: transparent;
    }

    .btnclosepanelloginadmin {
        position: absolute;
        right: 20px;
        top: 15px;
        cursor: pointer;
    }

    .divinputstylestandard {
        line-height: 30px;
    }

    .labelket {
        position: absolute;
        left: 14%;
        right: 0px;
        margin: auto;
        margin-top: 30px;
        font-weight: normal;
        color: darkgray;
        font-size: 12px;
    }

    .textboxstylestandard {
        width: 70%;
        height: 40px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        position: absolute;
        left: 0px;
        right: 0px;
        margin: auto;
    }

    .divinputstylecari {
        position: absolute;
        top: 3px;
        width: 20%;
        height: 90%;
        right: 20%;
        margin: auto;
        line-height: 30px;
        background-color: transparent;
        text-align: right;
    }

    .textboxstylecari {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        border: 0.5px solid rgb(128,128,128,0.4);
        border-radius: 8px;
        padding-left: 10px;
        padding-right: 10px;
        right: 30px;
        margin: auto;
        text-align: center;
    }

    .btnstandard-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 30px;
        right: 0px;
        margin: auto;
        text-align: center;
    }

    .btn-login-holder {
        position: absolute;
        width: 100%;
        background-color: transparent;
        bottom: 50px;
        right: 15%;
        margin: auto;
        text-align: right;
    }

    .btn_standard {
        border: none;
        margin: auto;
        border-radius: 10px;
        height: 45px;
        width: 150px;
        background-color: orange;
        color: black;
        font-weight: bold;
        font-size: 16px;
        cursor: pointer;
        color: black;
    }

    .btncari {
        position: absolute;
        top: 10px;
        right: 5%;
        width: 35px;
        height: 35px;
    }

        .btncari img {
            position: absolute;
            width: 100%;
        }


    ul {
        padding-right: 20%;
    }

    li {
        display: inline;
        padding: 10px;
        color: white;
    }

    .tombolmenu {
        display: none;
    }

    .logo {
        display: flex;
        justify-content: center;
        position: absolute;
        background-color: white;
        border-radius: 100px;
        width: 110px;
        height: 110px;
        box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
        animation: animasilogo 0.5s ease-in;
    }

    @keyframes animasilogo {
        from {
            opacity: 0;
            transform: translateY(-50px);
        }

        to {
            opacity: 1;
            transform: translateY(0px);
        }
    }

    .logo-content {
        margin-top: 3px;
        width: 100px;
        height: 100px;
    }

    .namaperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 0px;
        font-size: 20px;
        animation: animasiprofileperusahaan-nama 0.5s ease-in;
        display:none;
    }

    @keyframes animasiprofileperusahaan-nama {
        from {
            opacity: 0;
            transform: translateX(50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    .alamatperusahaan {
        position: absolute;
        margin-left: 140px;
        margin-top: 25px;
        font-size: 10px;
        animation: animasiprofileperusahaan-alamat 0.5s ease-in;
    }

    @keyframes animasiprofileperusahaan-alamat {
        from {
            opacity: 0;
            transform: translateX(-50px);
        }

        to {
            opacity: 1;
            transform: translateX(0px);
        }
    }

    /* iklan utama -->*/
    .panel-iklan-utama {
        position: relative;
        left: 0px;
        right: 0px;
        top: 150px;
        margin: auto;
        width: 95%;
        height: 450px;
        background-color: transparent;
        text-align: center;
        border-radius: 10px;
        border: 2px solid black;
        /*box-shadow: rgba(0, 0, 0, 0.45) 0px 25px 20px -20px;*/
    }

    .iklanutama-content {
        position: relative;
        left: 0px;
        right: 0px;
        margin: auto;
        width: 100%;
        height: 100%;
        object-fit: cover;
        border-radius: 10px;
    }

    .iklanumum {
        position: absolute;
        top: 20px;
        width: 100%;
        background-color: red;
        gap: 10px;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        display: none;
        margin: auto;
    }

    .contentiklanumum {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumum:hover {
            transform: scale(1.02);
        }

    .iklanumumpopup {
        position: fixed;
        top: 150px;
        bottom: 0px;
        width: 80%;
        height: 600px;
        background-color: transparent;
        right: 0px;
        left: 0px;
        border-radius: 10px;
        z-index: 5;
        margin: auto;
    }

    .btncloseiklanpopup {
        position: absolute;
        right: 10px;
        top: 0px;
    }

        .btncloseiklanpopup a {
            font-size: 30px;
            cursor: pointer;
            font-weight: bold;
        }

    .iklanumumpopup img {
        border: 1px dashed black;
        width: 100%;
        height: 100%;
        margin: auto;
        border-radius: 10px;
        object-fit: cover;
    }

    .contentiklanumumpopup {
        position: absolute;
        top: 20px;
        left: 0px;
        right: 0px;
        width: 90%;
        height: 600px;
        background-color: transparent;
        margin: auto;
        object-fit: cover;
        border-radius: 10px;
        border: 1px solid black;
        transition: all .2s ease;
        cursor: pointer;
    }

        .contentiklanumumpopup:hover {
            transform: scale(1.02);
        }

    .jarakantaraiklanutamadancontent {
        height: 180px;
    }

    .content {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        width: 95%;
        height: 8000px;
        background-color: transparent;
        margin: auto;
    }

    .kotakrender {
        width: 100%;
        background-color: transparent;
    }

    .jarakantaracontentdanfooter {
        height: 500px;
    }

    .footer {
        display: flex;
        flex-direction: column;
        justify-content: center;
        flex-wrap: wrap;
        position: absolute;
        bottom: 0px;
        left: 0px;
        right: 0px;
        background-color: black;
        height: 300px;
        width: 100%;
        margin: auto;
    }

    .homemobile {
        width: 20px;
    }

        .homemobile img {
            position: absolute;
            width: 10px;
            margin: auto
        }

    .itemfooter {
        height: 100%;
    }

    .item-kosong {
        width: 20%;
    }

    .item-kosong-akhir {
        width: 0px;
        display: none;
    }

    .panellogofooter {
        display: flex;
        flex-direction: column;
        width: 25%;
        background-color: transparent;
        padding: 10px;
        margin: auto;
        text-align: center;
    }

    .panelmenufooter {
        display: flex;
        flex-direction: column;
        flex-wrap: wrap;
        width: 7%;
        background-color: transparent;
        padding: 20px;
        color: white;
    }

    .logofooter {
        position: relative;
        width: 30%;
        padding: 5px;
    }

    .sosmed {
        position: relative;
        width: 50px;
        cursor: pointer;
        padding: 5px;
    }

    .panel-partner {
        position: absolute;
        width: 100%;
        height: 70px;
        bottom: 0px;
        margin: auto;
        background-color: #9f1d00;
        text-align: center;
    }

    .iconpartner {
        position: absolute;
        top: 10px;
        width: 90px;
        height: 50px;
        margin: auto;
    }

    .panelkanan {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        position: relative;
        left: 0%;
        width: 50%;
        height: 100%;
        background-color: transparent;
    }

    .terpopuler {
        position: relative;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 730px;
        background-color: transparent;
        gap: 20px;
        display: none;
    }

    .headerberitapopuler {
        position: relative;
        top: 20px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritapopuler-ket {
        width: 100%;
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitapopuler {
        position: relative;
        top: 10px;
        left: 20px;
        right: 0px;
        width: 96%;
        background-color: #ffffff8b;
        border-radius: 5px;
        cursor: pointer;
    }

        .panelcontentberitapopuler:hover {
            transform: scale(1.02);
            box-shadow: 0px 10px 20px -10px rgba(0, 0, 0, 0.5);
            border: 1px dashed #9f1d00;
        }

    .jarakberitapopuler {
        height: 5px;
    }

    .headerjudulberitapopuler {
        position: absolute;
        top: 10px;
        width: 60%;
        height: 30px;
        right: 30px;
        background-color: transparent;
        margin: auto;
        font-size: 10px;
        color: grey;
    }

    .judulberitapopuler {
        position: absolute;
        top: 30px;
        width: 60%;
        right: 30px;
        margin: auto;
        font-size: 12px;
    }

    .imgcontentberitapopuler {
        position: relative;
        left: 3px;
        top: 3px;
        bottom: 0px;
        width: 150px;
        height: 100px;
        object-fit: cover;
        border-radius: 5px;
    }

        .imgcontentberitapopuler:hover {
            border: 1px solid white;
        }

    .beritateratas {
        position: absolute;
        top: 760px;
        left: 0px;
        display: flex;
        flex-direction: column;
        width: 96%;
        height: 900px;
        background-color: transparent;
        display: none;
    }

    .headerberitateratas {
        position: relative;
        top: 0px;
        width: 100%;
        height: 40px;
        border-bottom: 1px dashed black;
    }

    .beritateratas-ket {
        font-size: 20px;
        color: #9f1d00;
    }

    .panelcontentberitateratas {
        display: flex;
        position: relative;
        top: 5px;
        left: 10px;
        right: 0px;
        width: 96%;
        height: 300px;
        background-color: transparent;
        margin: auto;
        padding: 10px;
        border-radius: 10px;
        transition: all .2s ease;
    }

        .panelcontentberitateratas:hover {
            transform: scale(1.02);
        }


    .imgcontentberitateratas {
        position: absolute;
        width: 95%;
        height: 95%;
        object-fit: cover;
        border-radius: 10px;
        cursor: pointer;
    }

    .paneljudulberitateratas {
        position: absolute;
        left: -6px;
        right: 0px;
        bottom: 5.5px;
        width: 95%;
        height: 60px;
        background-color: #ffffffb7;
        margin: auto;
        border-radius: 20px 20px 10px 10px;
        overflow-y: hidden;
        padding-bottom: 10px;
    }

    .judulberitateratas {
        position: relative;
        top: 10px;
        left: 0px;
        right: 0px;
        text-align: justify;
        font-size: 12px;
        width: 90%;
        margin: auto;
    }
}

 
