@import url('https://fonts.googleapis.com/css2?family=Asap:ital,wght@0,100..900;1,100..900&family=BBH+Bartle&family=Barlow:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Boogaloo&family=Changa+One:ital@0;1&family=Creepster&family=Indie+Flower&family=Lilita+One&family=Lobster+Two:ital,wght@0,400;0,700;1,400;1,700&family=Luckiest+Guy&family=Momo+Trust+Display&family=Monoton&family=Montserrat:ital,wght@0,100..900;1,100..900&family=Noto+Serif:ital,wght@0,100..900;1,100..900&family=Passion+One:wght@400;700;900&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Roboto:ital,wght@0,100..900;1,100..900&family=Special+Elite&family=Titan+One&family=Winky+Rough:ital,wght@0,300..900;1,300..900&family=Winky+Sans:ital,wght@0,300..900;1,300..900&display=swap');
*{
    padding: 0;
    margin: 0;
    /* box-sizing: border-box; */
}

html{
    scroll-behavior: smooth;
}
/* MENU PADA BERANDA */


.halaman-beranda .menu{
    position: sticky;
    top: 0;
    /* background-color: rgb(247, 239, 8); */
    background-color: rgb(222, 246, 243);
    /* background-color: rgb(7, 1, 45); */
    /* background-color: rgb(58, 242, 255); */
    /* box-shadow: 0px 10px 30px rgba(0, 0, 0, 0.082); */
    z-index: 1;
    /* background-color: red; */
}
.halaman-beranda .nav-menu{
    display: flex;
    padding: 4px 0px;
    align-items: center;
    justify-content: space-between;
    margin-left: 100px;
    margin-right: 100px;
}

/* LOGO DANET DI POJOK KIRI ATAS*/
.halaman-beranda .nav-menu img{
    /* width: 230px; */
    width: 175px;
    height: auto;
    padding: 3px 0px;
}
.halaman-beranda .nav-menu .list-menu{
    display: flex;
}
.halaman-beranda .nav-menu .list-menu ul{
    display: flex;
}
/* .halaman-beranda .menu .nav-menu .menu-list img{
    width: 25px;
    height: 25px;
} */
 .halaman-beranda .nav-menu ul li{
    list-style: none;
    margin-left: 20px;
}
.halaman-beranda .nav-menu ul li a{
    text-decoration: none;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    color: rgb(0, 0, 0);
    /* color: rgb(60, 141, 255); */
    /* padding-top: 25px ;
    padding-bottom:25px ; */
    padding: 25px 10px;
}

.halaman-beranda .nav-menu ul li a:hover{
    /* color: rgb(255, 255, 255); */
    color: rgb(60, 141, 255);
    transition: 0.1s;
}


/* menu sidebar */
.menu-icon{
    display: inline-block;
    cursor: pointer;
    /* background-color: red; */
}
.bar1, .bar2, .bar3{
    width: 30px;
    height: 4px;
    background-color: black;
    margin: 4px 0;
    transition: 0.4s;
}
/* .change .bar1{
    transform: translate(0, 11px)rotate(-45deg);
}
.change .bar2 {
    opacity: 0;
}
.change .bar3 {
  transform: translate(0, -11px) rotate(45deg);
} */
 .sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    top: 0;
    right: 0;
    /* background-color: #111; */
    background-color: rgba(3, 20, 103, 0.886);
    overflow-x: hidden;
    transition: 0.5s;
    padding-top: 60px;
}
.sidenav a {
    padding: 8px 8px 8px 32px;
    text-decoration: none;
    font-size: 25px;
    /* color: #818181; */
    color: #f1f1f1;
    display: block;
    transition: 0.3s;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
}
.sidenav a:hover {
  color: #f1f1f1;
}
.sidenav .closebtn {
  position: absolute;
  top: 0;
  left: 25px;
  /* margin-right: 50px; */
  /* right: 25px; */
  font-size: 36px;
  /* margin-left: 50px; */
}





/* ISI DIBAWAH MENU DI INDEX */
.isi-1{
    /* background-color: rgb(247, 239, 8); */
    /* background-color: rgb(62, 253, 253); */
    /* background-color: rgb(7, 1, 45); */
    background-color: rgb(222, 246, 243);
    /* background-color: rgb(0, 122, 183); */
    /* background-color: black; */
    width: 100%;
    height: 100%;
}
.isi-1 .isi-1-beranda{
    padding-top: 100px;
    display: inline-flex;
    justify-content: space-between;
    align-items: center;
    margin: 0px 100px;
}
.isi-1 .isi-1-beranda .isi-1-kiri{
    width: auto;
    padding: 140px 10px 0px 0px;
}

/* isi dibawah menu bagian kanan - foto dibawah menu utama */
.isi-1 .isi-1-beranda .isi-1-kanan img{
    width: 400px;
    height: auto;
    padding: 10px;

    /* Tambahkan posisi relatif agar pergerakan halus */
    position: relative;
    /* Memanggil animasi: nama, durasi, jenis, dan infinite (terus-menerus) */
    animation:naikTurun 5s ease-in-out infinite;
    /* animation: spin 10s linear infinite; */
}
/* @keyframes spin {
    from { transform: rotate(0deg); }
    to { transform: rotate(360deg); }
} */
 @keyframes naikTurun {
  0% {
    transform: translateY(0); /* Posisi awal */
  }
  50% {
    transform: translateY(-50px); /* Naik 20px */
  }
  100% {
    transform: translateY(0); /* Kembali ke posisi awal */
  }
}



/* PT DHANU ARTA LINKMEDIA NUSANTARA */
.isi-1 .isi-1-beranda .isi-1-kiri h3{
    /* color: black; */
    /* color: red; */
    /* color: rgb(60, 141, 255); */
    color: black;
    font-family: "Passion One", sans-serif;
    font-weight: 400;
    font-style: normal;
    font-weight: normal;
    font-size: 40px;
}

/* isi dibawah menu bagian kiri */
/* Menyediakan layanan internet rumahan menggunakan kabel fiber optik dengan harga terjangkau dan internet yang stabil */
.isi-1 .isi-1-beranda .isi-1-kiri h2{
    color: rgba(0, 0, 0, 0.822);
    font-family: "Noto Serif", serif;
    font-weight: 400;
    font-size: large;
    font-style: normal;
}


/* PAKET INTERNET BROADBAND */
.isi-2{
    width: 100%;
    /* height: 50rem; */
    /* position: sticky; */
    background-color: rgba(3, 20, 103, 0.886);
}
/* ISI-2-KIRI-TENGAH-KANAN */
.isi-2 .isi-2-kiri-tengah-kanan{
    /* width: 100%; */
    /* height: 85%; */
    margin: 0px 100px;
    padding-top: 90px;
    padding-bottom: 100px;
    /* background-color: rgba(3, 20, 103, 0.886); */
}

/* JUDUL PAKET INTERNET BROADBAND */
.isi-2 .isi-2-kiri-tengah-kanan .internet-broadband h3{
    font-size: larger;
    font-family: 'Courier New', Courier, monospace;
    color: white;
    padding-bottom: 3px;
    text-align: center;
}
.isi-2 .isi-2-kiri-tengah-kanan .paket-internet{
    /* display: flex; */
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 95%;
    border-bottom: 3px solid white;
    border-top: 3px solid white;
    padding-top: 40px;
    padding-bottom: 40px;
}
.isi-2 .isi-2-kiri-tengah-kanan .paket-internet .paket-silver{
    width: auto;
    height: auto;
    justify-content: space-between;
    margin: 0px auto;
}
.paket-silver .judul-paket-silver{
    /* background-color: rgb(3, 224, 206); */
    /* background-color: rgb(247, 239, 8); */
    background-color: rgb(222, 246, 243);
    color: rgb(0, 6, 36);
    /* padding-top: 10px; */
    width: 300px;
    height: 50px;
    border: 1px solid black;
    border-top-right-radius: 30px;
    border-top-left-radius: 30px;
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
}
/* JUDUL PAKET SILVER */
.paket-silver .judul-paket-silver h3{
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: 18px;
    text-align: center;
    justify-content: center;
    padding-top: 10px;

}
.paket-silver .isi-2-paket-silver{
    background-color: rgb(253, 253, 253);
    /* background-color: rgb(247, 239, 8); */
    /* background-image: linear-gradient(to top right, rgba(8, 121, 214, 0.413) 20%, rgba(2, 58, 161, 0.587)); */
    width: 300px;
    height: 350px;
    font-style: normal;
    margin: 3px 0px;
    border: 1px solid rgb(0, 0, 0);
    box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
    text-align: center;
    color: rgb(0, 6, 36);
    border-bottom-right-radius: 30px;
    border-bottom-left-radius: 30px;
}


/* .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
    font-family: "Noto Serif", serif;
    font-weight: 500;
    font-size: large;
    /* margin: 25px; */
/* } */

/* icon-speedtest */
.paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver-icon-speed img{
    width: 140px;
    height: auto;
}
.paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
    font-family: "Noto Serif", serif;
    font-weight: normal;
    font-size: smaller;
    font-style: normal;
}

/* CHAT ON WA */
.paket-silver button{
    margin-top: 12px;
    width: 200px;
    height: 50px;
    border: none;
    color: rgb(247, 239, 8);
    background-color: rgb(3, 20, 103);
    border-radius: 30px;
    cursor: pointer;
    font-family: "Noto Serif", serif;
    font-weight: normal;
    font-size: normal;
}
.paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver button:hover{
    background-color: rgb(65, 229, 240);
    color: white;
    transition: 0.1s;
}

.paket-silver .isi-2-kiri-paket-silver-centang img{
    width: 20px;
    height: 20px;
    margin-left: 40px;
}


/* PETA MAP SUMATRA */
.isi-3 {
    width: 100%;
    height: 50em;
    /* background-color: rgb(60, 141, 255); */
    background-image: linear-gradient(to top right, rgba(8, 121, 214, 0.413) 50%, rgba(2, 58, 161, 0.587));
    /* background-color: rgb(50, 62, 119); */
    /* background-color: #a9b2da; */
    /* height: 750px; */
    /* padding-top: 100px; */
    /* background-color: rgb(245, 248, 221); */
    /* background-color: rgba(3, 20, 103, 0.886); */
    /* background-color: rgb(60, 141, 255); */
    /* background-color: rgba(14, 104, 148, 0.886); */
    /* background-color: darkturquoise; */
}
.peta{
    margin: 0px 100px;
    align-items: center;
    margin-bottom: 40px;
}
.peta h3{
    font-size: larger;
    font-family: 'Courier New', Courier, monospace;
    /* color: rgb(3, 20, 103); */
    color: white;
    padding-top: 90px;
    padding-bottom: 3px;
    text-align: center;
}
.peta .peta-map-sumatra{
    /* border-top: 4px solid rgb(3, 20, 103); */
    border-top: 4px solid rgb(255, 255, 255);
    border-bottom: 4px solid rgb(255, 255, 255);
    display: flex;
    justify-content: center;
    text-align: center;
    /* border-bottom: 4px solid rgb(3, 20, 103); */
}
.peta .peta-map-sumatra img{
    width: 60em;
    height: auto;
    padding-bottom: 35px;
}


/* FOOTER JUDUL BESAR */
.isi-4 .isi-4-alamat-layanan-sosmed{
    width: 100%;
    height: 200px;
    /* background-color: rgb(247, 239, 8); */
    background-color: rgb(222, 246, 243);
    display: flex;
}
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat{
    display: flex;
    margin: 0px 100px;
    margin-top: 40px;
    margin-bottom: 20px;
}
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar{
    padding-top: 20px;
}
/* judul-hubungi */
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-hubungi{
    border-bottom: 3px solid rgb(3, 20, 103);
    width: 70px;
    padding-bottom: 2px;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: medium;
    font-style: normal;
    
}
/* judul-layanan */
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-layanan{
    border-bottom: 3px solid rgb(3, 20, 103);
    width: 72px;
    padding-bottom: 2px;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
}
/* judul-sosmed */
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-sosmed{
    border-bottom: 3px solid rgb(3, 20, 103);
    width: 110px;
    padding-bottom: 2px;
    height: auto;
    font-family: "Roboto", sans-serif;
    font-weight: normal;
    font-size: medium;
    font-style: normal;
}
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul{
    padding-top: 5px;
    display: flex;
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
    justify-content: center;
    padding-top: 5px;
}

/* icon-favicon */
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul img{
    width: 25px;
    height: 25px;
}
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p{
    width: 230px;
    height: auto;
    margin-left: 5px;
    font-family: "Poppins", sans-serif;
    font-weight: 350;
    font-size: small;
    padding-top: 3px;
}
.isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p a{
    list-style: none;
    text-decoration: none;
    color: black;
    justify-content: center;
}


/* FOOTER COPYRIGHT */
.footer-copyright{
    width: 100%;
    height: 50px;
    /* background-color: rgb(247, 239, 8); */
    background-color: rgb(222, 246, 243);
    box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.082);
}
.footer-copyright .footer-copyright-0{
    height: auto;
    display: flex;
    justify-content: space-between;
    margin: 0px 100px;
}
/* 2025 - PT. DHANU ARTA LINKMEDIA NUSANTARA - All Rights Reserved */
.footer-copyright-1{
    color: black;
    font-family: "Noto Serif", serif;
    font-weight: normal;
    font-size: medium;
    display: flex;
    align-items: center;
    text-align: center;
    justify-items: center;
    padding: 10px 0px;
}
/* logo-favicon-c-copyright */
.footer-copyright-1 img{
    width: 25px;
    height: 25px;
}

/* POWERED BY NETINDO PERSADA NUSANTARA */
.footer-copyright .footer-copyright-0 .footer-poweredby{
    display: flex;
    align-items: center;
    text-align: center;
    justify-items: center;
    font-family: "Noto Serif", serif;
    font-weight: normal;
    font-size: medium;
}

/* logo-netindo */
.footer-copyright .footer-copyright-0 .footer-poweredby img{
    margin-left: 15px;
    width: 115px;
    height: auto;
    padding: 5px;

}

   /* RESPONSIVE 1100PX */
    @media screen and (max-width: 1100px) {
        /* ISI DIBAWAH MENU DI INDEX */
        .isi-0{
            /* background-color: rgb(247, 239, 8); */
            background-color: white;
            height: 100%;
        }
        .isi-0 .isi-0-beranda{
            margin-top: 100px;
            display: flex;
            flex-direction: row;
            justify-content: space-between;
            align-items: center;
            margin: 0px 100px;
        }
        .isi-0 .isi-0-beranda .isi-0-kiri{
            width: 1100px;
            padding: 140px 10px 0px 0px;
        }
        /* isi dibawah menu bagian kanan - foto dibawah menu utama */
        .isi-0 .isi-0-beranda .isi-0-kanan{
            margin-top: 80px;
        }
        .isi-0 .isi-0-beranda .isi-0-kanan img{
            width: 350px;
            height: 350px;
            padding: 10px;
        }
        /* PT DHANU ARTA LINKMEDIA NUSANTARA */
        .isi-0 .isi-0-beranda .isi-0-kiri h3{
            color: black;
            font-family: "Passion One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: normal;
            font-size: 40px;
        }
        /* isi dibawah menu bagian kiri */
        /* Menyediakan layanan internet rumahan menggunakan kabel fiber optik dengan harga terjangkau dan internet yang stabil */
        .isi-0 .isi-0-beranda .isi-0-kiri h2{
            color: rgba(0, 0, 0, 0.822);
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-size: large;
            font-style: normal;
        }
        /* ========== */
        /* PAKET INTERNET BROADBAND     */
        .isi-2{
            width: 100%;
            /* height: 50rem; */
            /* position: sticky; */
            background-color: rgba(3, 20, 103, 0.886);
        }
        /* ISI-2-KIRI-TENGAH-KANAN */
        .isi-2 .isi-2-kiri-tengah-kanan{
            /* width: 100%; */
            /* height: 85%; */
            margin: 0px 100px;
            padding-top: 90px;
            padding-bottom: 100px;
            /* background-color: rgba(3, 20, 103, 0.886); */
        }

        /* JUDUL PAKET INTERNET BROADBAND */
        .isi-2 .isi-2-kiri-tengah-kanan .internet-broadband h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            padding-bottom: 3px;
            text-align: center;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet{
            /* display: flex; */
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 95%;
            border-bottom: 3px solid white;
            border-top: 3px solid white;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet .paket-silver{
            width: auto;
            height: auto;
            justify-content: space-between;
            margin: 0px auto;
        }
        .paket-silver .judul-paket-silver{
            /* background-color: rgb(3, 224, 206); */
            color: rgb(0, 6, 36);
            /* padding-top: 10px; */
            width: 265px;
            height: 50px;
            border: 1px solid black;
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
        }
        /* JUDUL PAKET SILVER */
        .paket-silver .judul-paket-silver h3{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            justify-content: center;
            padding-top: 10px;
        }
        .paket-silver .isi-2-paket-silver{
            background-color: rgb(253, 253, 253);
            /* background-color: rgb(247, 239, 8); */
            /* background-image: linear-gradient(to top right, rgba(8, 121, 214, 0.413) 20%, rgba(2, 58, 161, 0.587)); */
            width: 265px;
            height: 350px;
            font-style: normal;
            margin: 3px 0px;
            border: 1px solid rgb(0, 0, 0);
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
            text-align: center;
            color: rgb(0, 6, 36);
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }


        /* .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: large;
            /* margin: 25px; */
        /* } */

        /* icon-speedtest */
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver-icon-speed img{
            width: 140px;
            height: auto;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: smaller;
            font-style: normal;
        }

        /* CHAT ON WA */
        .paket-silver button{
            margin-top: 12px;
            width: 200px;
            height: 50px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: normal;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver button:hover{
            background-color: rgb(65, 229, 240);
            color: white;
            transition: 0.1s;
        }
        .paket-silver .isi-2-kiri-paket-silver-centang img{
            width: 20px;
            height: 20px;
            margin-left: 40px;
        }
        /* ============ */

        /* PETA MAP SUMATRA */
        .isi-3 {
            width: 100%;
            height: 50em;
        }
        .peta{
            margin: 0px 100px;
            align-items: center;
            margin-bottom: 40px;
        }
        .peta h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            padding-top: 90px;
            padding-bottom: 3px;
            text-align: center;
        }
        .peta .peta-map-sumatra{
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            text-align: center;
        }
        .peta .peta-map-sumatra img{
            width: 100%;
            height: auto;
            padding-bottom: 35px;
        }        
    }

    /* RESPONSIVE 1000PX */
    @media screen and (max-width: 1000px) {
        /* ISI DIBAWAH MENU DI INDEX */
        .isi-0{
            height: 100%;
        }
        .isi-0 .isi-0-beranda{
            margin-top: 100px;
            /* padding: 100px; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0px 100px;
        }
        .isi-0 .isi-0-beranda .isi-0-kiri{
            width: 1100px;
            padding: 140px 10px 0px 0px;
        }

        /* isi dibawah menu bagian kanan - foto dibawah menu utama */
        .isi-0 .isi-0-beranda .isi-0-kanan{
            margin-top: 10%;
        }
        .isi-0 .isi-0-beranda .isi-0-kanan img{
            width: 350px;
            height: 350px;
            padding: 10px;
            /* background-color: red; */
            /* padding: 50px 0px; */
        }
        /* PT DHANU ARTA LINKMEDIA NUSANTARA */
        .isi-0 .isi-0-beranda .isi-0-kiri h3{
            color: black;
            font-family: "Passion One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: normal;
            font-size: 40px;
        }
        /* isi dibawah menu bagian kiri */
        /* Menyediakan layanan internet rumahan menggunakan kabel fiber optik dengan harga terjangkau dan internet yang stabil */
        .isi-0 .isi-0-beranda .isi-0-kiri h2{
            color: rgba(0, 0, 0, 0.822);
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-size: large;
            font-style: normal;
        }
        /* halaman-paket */
        /* PAKET INTERNET BROADBAND */
        .isi-2{
            width: 100%;
            /* height: 50rem; */
            /* position: sticky; */
            background-color: rgba(3, 20, 103, 0.886);
        }
        /* ISI-2-KIRI-TENGAH-KANAN */
        .isi-2 .isi-2-kiri-tengah-kanan{
            /* width: 100%; */
            /* height: 85%; */
            margin: 0px 100px;
            padding-top: 90px;
            padding-bottom: 100px;
            /* background-color: rgba(3, 20, 103, 0.886); */
        }
        /* JUDUL PAKET INTERNET BROADBAND */
        .isi-2 .isi-2-kiri-tengah-kanan .internet-broadband h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            padding-bottom: 3px;
            text-align: center;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet{
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 95%;
            border-bottom: 3px solid white;
            border-top: 3px solid white;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet .paket-silver{
            width: auto;
            height: auto;
            justify-content: space-between;
            margin: 0px auto;
        }
        .paket-silver .judul-paket-silver{
            width: 230px;
            height: 50px;
            border: 1px solid black;
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
        }
        /* JUDUL PAKET SILVER */
        .paket-silver .judul-paket-silver h3{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            justify-content: center;
            padding-top: 10px;
        }
        .paket-silver .isi-2-paket-silver{
            background-color: rgb(253, 253, 253);
            /* background-color: rgb(247, 239, 8); */
            /* background-image: linear-gradient(to top right, rgba(8, 121, 214, 0.413) 20%, rgba(2, 58, 161, 0.587)); */
            width: 230px;
            height: 350px;
            font-style: normal;
            margin: 3px 0px;
            border: 1px solid rgb(0, 0, 0);
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
            text-align: center;
            color: rgb(0, 6, 36);
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }
        /* .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: large;
            /* margin: 25px; */
        /* } */

        /* icon-speedtest */
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver-icon-speed img{
            width: 140px;
            height: auto;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: smaller;
            font-style: normal;
        }
        /* CHAT ON WA */
        .paket-silver button{
            margin-top: 12px;
            width: 200px;
            height: 50px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: normal;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver button:hover{
            background-color: rgb(65, 229, 240);
            color: white;
            transition: 0.1s;
        }
        .paket-silver .isi-2-kiri-paket-silver-centang img{
            width: 20px;
            height: 20px;
            margin-left: 40px;
        }
         /* PETA MAP SUMATRA */
        .isi-3 {
            width: 100%;
            height: auto;
            padding-bottom: 100px;
        }
        .peta{
            margin: 0px 100px;
            align-items: center;
        }
        .peta h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            /* color: rgb(3, 20, 103); */
            color: white;
            padding-top: 90px;
            padding-bottom: 3px;
            text-align: center;
        }
        .peta .peta-map-sumatra{
            width: 100%;
            height: auto;;
            display: flex;
            justify-content: center;
            text-align: center;
            /* margin-bottom: 10px; */
            padding-bottom: 10px;
        }
        .peta .peta-map-sumatra img{
            width: 100%;
            height: auto;
        }        
        /* FOOTER COPYRIGHT */
        .footer-copyright{
            width: 100%;
            height: 50px;
            /* background-color: rgb(247, 239, 8); */
            box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.082);
        }
        .footer-copyright .footer-copyright-0{
            height: auto;
            display: flex;
            justify-content: space-between;
            margin: 0px 100px;
        }
        /* 2025 - PT. DHANU ARTA LINKMEDIA NUSANTARA - All Rights Reserved */
        .footer-copyright-1{
            /* height: 30px; */
            /* background-color: red; */
            color: black;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 14px;
            /* font-size: 85%; */
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            padding: 10px 0px;
        }
        /* logo-favicon-c-copyright */
        .footer-copyright-1 img{
            width: 25px;
            height: 25px;
        }

        /* POWERED BY NETINDO PERSADA NUSANTARA */
        .footer-copyright .footer-copyright-0 .footer-poweredby{
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 14px;
            /* padding: 10px 0px; */
            /* background-color: red; */
        }

        /* logo-netindo */
        .footer-copyright .footer-copyright-0 .footer-poweredby img{
            margin-left: 1px;
            width: 105px;
            height: auto;
            padding: 5px;
        }

    }


    /* RESPONSIVE 900PX */
     @media screen and (max-width: 900px) {
        .halaman-beranda .nav-menu{
            display: flex;
            padding: 10px 0px;
            align-items: center;
            justify-content: space-between;
            margin: 0 100px;
        }

        /* LOGO DANET DI POJOK KIRI ATAS*/
        .halaman-beranda .nav-menu img{
            /* width: 230px; */
            width: 175px;
            height: auto;
            padding: 3px 0px;
        }
        .halaman-beranda .nav-menu .list-menu{
            display: flex;
        }
        .halaman-beranda .nav-menu .list-menu ul{
            display: flex;
        }
        /* ISI DIBAWAH MENU DI INDEX */
        .isi-1{
            width: 100%;
            height: 100%;
        }
        .isi-1 .isi-1-beranda{
            margin-top: 100px;
            /* padding: 100px; */
            display: flex;
            justify-content: space-between;
            align-items: center;
            margin: 0px 100px;
        }
        .isi-1 .isi-1-beranda .isi-1-kiri{
            width: 1100px;
            padding: 140px 10px 0px 0px;
        }

        /* isi dibawah menu bagian kanan - foto dibawah menu utama */
        .isi-1 .isi-1-beranda .isi-1-kanan{
            margin-top: 10%;
        }
        .isi-1 .isi-1-beranda .isi-1-kanan img{
            width: 400px;
            height: auto;
            padding: 10px;
            /* background-color: red; */
            /* padding: 50px 0px; */
        }
        /* PT DHANU ARTA LINKMEDIA NUSANTARA */
        .isi-1 .isi-1-beranda .isi-1-kiri h3{
            color: black;
            font-family: "Passion One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: normal;
            font-size: 40px;
        }
        /* isi dibawah menu bagian kiri */
        /* Menyediakan layanan internet rumahan menggunakan kabel fiber optik dengan harga terjangkau dan internet yang stabil */
        .isi-1 .isi-1-beranda .isi-1-kiri h2{
            color: rgba(0, 0, 0, 0.822);
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-size: large;
            font-style: normal;
        }
        /* halaman-paket */
        /* PAKET INTERNET BROADBAND */
        .isi-2{
            width: 100%;
            /* height: 50rem; */
            /* position: sticky; */
            /* background-color: rgba(3, 20, 103, 0.886); */
        }
        /* ISI-2-KIRI-TENGAH-KANAN */
        .isi-2 .isi-2-kiri-tengah-kanan{
            margin: 0px 100px;
            padding-top: 90px;
            padding-bottom: 100px;
            /* background-color: rgba(3, 20, 103, 0.886); */
        }
        /* JUDUL PAKET INTERNET BROADBAND */
        .isi-2 .isi-2-kiri-tengah-kanan .internet-broadband h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            padding-bottom: 3px;
            text-align: center;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet{
            display: flex;
            flex-direction: row;
            width: 100%;
            height: 95%;
            border-bottom: 3px solid white;
            border-top: 3px solid white;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet .paket-silver{
            width: auto;
            height: auto;
            justify-content: space-between;
            margin: 0px auto;
        }
        .paket-silver .judul-paket-silver{
            width: 195px;
            height: 50px;
            border: 1px solid black;
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
        }
        /* JUDUL PAKET SILVER */
        .paket-silver .judul-paket-silver h3{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: 18px;
            text-align: center;
            justify-content: center;
            padding-top: 10px;
        }
        .paket-silver .isi-2-paket-silver{
            background-color: rgb(253, 253, 253);
            /* background-color: rgb(247, 239, 8); */
            /* background-image: linear-gradient(to top right, rgba(8, 121, 214, 0.413) 20%, rgba(2, 58, 161, 0.587)); */
            width: 195px;
            height: 350px;
            font-style: normal;
            margin: 3px 0px;
            border: 1px solid rgb(0, 0, 0);
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
            text-align: center;
            color: rgb(0, 6, 36);
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }
        /* .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: large;
            /* margin: 25px; */
        /* } */

        /* icon-speedtest */
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver-icon-speed img{
            width: 120px;
            height: auto;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: smaller;
            font-style: normal;
        }
        /* CHAT ON WA */
        .paket-silver button{
            margin-top: 12px;
            width: 160px;
            height: 50px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: normal;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver button:hover{
            background-color: rgb(65, 229, 240);
            color: white;
            transition: 0.1s;
        }
        .paket-silver .isi-2-kiri-paket-silver-centang img{
            width: 20px;
            height: 20px;
            margin-left: 40px;
        }
         /* PETA MAP SUMATRA */
        .isi-3 {
            width: 100%;
            height: auto;
            padding-bottom: 100px;
        }
        .peta{
            margin: 0px 100px;
            align-items: center;
        }
        .peta h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: rgb(255, 255, 255);
            padding-top: 90px;
            padding-bottom: 3px;
            text-align: center;
        }
        .peta .peta-map-sumatra{
            width: 100%;
            height: auto;
            display: flex;
            justify-content: center;
            text-align: center;
            /* margin-bottom: 10px; */
            padding-bottom: 10px;
        }
        .peta .peta-map-sumatra img{
            width: 100%;
            height: auto;
        }      
        
        /* ================== */
        /* FOOTER JUDUL BESAR */
        .isi-4 .isi-4-alamat-layanan-sosmed{
            width: 100%;
            height: 240px;
            display: flex;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat{
            display: inline-flex;
            flex-direction: row;
            /* margin: 40px 20px 40px 40px; */
            margin-top: 40px;
            margin-bottom: 20px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar{
            padding-top: 20px;        
        }
        /* judul-hubungi */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-hubungi{
            border-bottom: 3px solid rgb(3, 20, 103);
            width: 70px;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: medium;
            font-style: normal;
        }
        /* judul-layanan */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-layanan{
            border-bottom: 3px solid rgb(3, 20, 103);
            width: 72px;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            font-size: medium;
            font-style: normal;
        }
        /* judul-sosmed */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-sosmed{
            border-bottom: 3px solid rgb(3, 20, 103);
            width: 110px;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            font-size: medium;
            font-style: normal;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul{
            padding-top: 5px;
            display: flex;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal;
            justify-content: center;
            padding-top: 5px;
        }     
        /* icon-favicon */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul img{
            width: 25px;
            height: 25px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p{
            width: 205px;
            height: auto;
            margin-left: 5px;
            font-family: "Poppins", sans-serif;
            font-weight: 350;
            font-size: small;
            padding-top: 3px;
            
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p a{
            list-style: none;
            text-decoration: none;
            color: black;
            justify-content: center;
        }
        /* ========================= */

        /* FOOTER COPYRIGHT */
        .footer-copyright{
            width: 100%;
            height: 50px;
            /* background-color: rgb(247, 239, 8); */
            box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.082);
        }
        .footer-copyright .footer-copyright-0{
            height: auto;
            display:flex;
            justify-content: space-between;
            margin: 0px 100px;
            /* background-color: red; */
        }
        /* 2025 - PT. DHANU ARTA LINKMEDIA NUSANTARA - All Rights Reserved */
        .footer-copyright-1{
            color: black;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 13px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            padding: 10px 0px;
        }
        /* logo-favicon-c-copyright */
        .footer-copyright-1 img{
            width: 25px;
            height: 25px;
        }

        /* POWERED BY NETINDO PERSADA NUSANTARA */
        .footer-copyright .footer-copyright-0 .footer-poweredby{
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 14px;
            padding: 2px 0;
            /* padding: 10px 0px; */
        }

        /* logo-netindo */
        .footer-copyright .footer-copyright-0 .footer-poweredby img{
            margin-left: 1px;
            width: 95px;
            height: auto;
            padding: 5px;
        }

    }


       /* navbar-hiden */
    @media screen and (min-width: 801px) {
        /* .halaman-beranda .menu .nav-menu .list-menu .menu-list{
            display: none;
        } */
        .halaman-beranda .menu .nav-menu .list-menu .menu-icon{
            display: none;
        }
    }
   /* RESPONSIVE 800px */
    @media screen and (max-width: 800px) {
        div#beranda-kiri {order: 2;}
        div#beranda-kanan{order: 1;}
        /* .halaman-beranda .menu .nav-menu .list-menu .menu-list{
            display: none;
        } */
        .halaman-beranda .menu .nav-menu .list-menu ul{
            display: none;
        }
        /* ISI DIBAWAH MENU DI INDEX */
        .isi-1{
            display: flex;
        }
        .isi-1 .isi-1-beranda{
            padding-top: 0;
            flex-direction: column;
            margin: 0px 100px;
        }
        .isi-1 .isi-1-beranda .isi-1-kiri{
            width: 100%;
            height: auto;
        }

        /* isi dibawah menu bagian kanan - foto dibawah menu utama */
        .isi-1 .isi-1-beranda .isi-1-kanan{
            width: 100%;
            height: auto;
        }
        .isi-1 .isi-1-beranda .isi-1-kanan img{
            width: 90%;
            height: auto;
            padding: auto;
            margin: 30px;
        }
        /* PT DHANU ARTA LINKMEDIA NUSANTARA */
        .isi-1 .isi-1-beranda .isi-1-kiri h3{
            color: black;
            font-family: "Passion One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: normal;
            font-size: 40px;
        }
        /* isi dibawah menu bagian kiri */
        /* Menyediakan layanan internet rumahan menggunakan kabel fiber optik dengan harga terjangkau dan internet yang stabil */
        .isi-1 .isi-1-beranda .isi-1-kiri h2{
            color: rgba(0, 0, 0, 0.822);
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-size: large;
            font-style: normal;
        }
            /* halaman-paket */
        .isi-2{
            width: 100%;
            height: auto;
        }
            /* ISI-2-KIRI-TENGAH-KANAN */
        .isi-2 .isi-2-kiri-tengah-kanan{
            margin: 0px 100px;
            padding-top: 80px;
            /* padding-bottom: 100px; */
        }

            /* JUDUL INTERNET BROADBAND */
        .isi-2 .isi-2-kiri-tengah-kanan .internet-broadband h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            padding-bottom: 3px;
            text-align: center;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet{
            display: flex;
            flex-direction: column;
            border-bottom: 3px solid white;
            border-top: 3px solid white;
            padding-top: 40px;
            padding-bottom: 40px;
            /* background-color: blue; */
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet .paket-silver{
            width: 60%;
            height: auto;
            margin: 0px auto;
            padding-bottom: 25px;
        }
        .paket-silver .judul-paket-silver{
            color: rgb(0, 6, 36);
            font-family: "Noto Serif", serif;
            font-weight: normal;
            text-align: center;
            padding: 10px 0;
            width: 100%;
            height: auto;
            /* width: 200px;
            height: 50px; */
            border: 1px solid black;
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
        }
        .paket-silver .isi-2-paket-silver{
            background-color: rgb(253, 253, 253);
            width: 100%;
            height: 360px;
            /* width: 200px;
            height: 310px; */
            font-style: normal;
            font-weight: 900;
            font-size: normal;
            margin: 3px 0px;
            border: 1px solid rgb(0, 0, 0);
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
            text-align: center;
            color: rgb(0, 6, 36);
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: large;
        }
        /* icon-speedtest */
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver-icon-speed img{
            width: 140px;
            height: auto;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 15px;
            font-style: normal;
        }

        /* CHAT ON WA */
        .paket-silver button{
            margin-top: 12px;
            width: 160px;
            height: 50px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: normal;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver button:hover{
            background-color: rgb(65, 229, 240);
            color: white;
            transition: 0.1s;
        }

        .paket-silver .isi-2-kiri-paket-silver-centang img{
            /* background-color: black; */
            width: 20px;
            height: 20px;
            margin-left: 40px;
        }

        /* PETA MAP SUMATRA */
        .isi-3 {
            width: 100%;
            height: auto;
        }
        .peta{
            margin: 0px 100px;
            align-items: center;
            /* margin-bottom: 40px; */
            /* background-color: red; */
        }
        .peta h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: rgb(255, 255, 255);
            padding-top: 90px;
            padding-bottom: 3px;
            text-align: center;
        }
        .peta .peta-map-sumatra{
            width: 100%;
            height: auto;
            /* height: 60em; */
            border-top: 4px solid rgb(255, 255, 255);
            /* background-color: red; */
            /* width: 1500px;
            height: 900px; */
            display: flex;
            justify-content: center;
            text-align: center;
            border-bottom: 4px solid rgb(255, 255, 255);
        }
        .peta .peta-map-sumatra img{
            /* width: 50em; */
            width: 100%;
            height: auto;
            padding-bottom: 35px;
        }   

        
        /* FOOTER JUDUL BESAR */
        .isi-4 .isi-4-alamat-layanan-sosmed{
            width: 100%;
            height: auto;
            /* background-color: red; */
            /* display: flex; */
            /* flex-direction: column; */
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat{
            flex-direction: column;
            height: 370px;
            margin: 0px auto;
            margin-top: 40px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar{
            padding-top: 20px;
        }
        /* judul-hubungi */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-hubungi{
        /* background-color: red; */
            /* margin-left: 47px; */
            border-bottom: 3px solid rgb(3, 20, 103);
            /* width: 70px; */
            text-align: center;
            justify-content: center;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: medium;
            font-style: normal;    
        }
        /* judul-layanan */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-layanan{
            border-bottom: 3px solid rgb(3, 20, 103);
            padding-bottom: 2px;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            font-size: medium;
            font-style: normal;
        }
        /* judul-sosmed */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-sosmed{
            border-bottom: 3px solid rgb(3, 20, 103);
            width: 110px;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            font-size: medium;
            font-style: normal;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul{
            padding-top: 5px;
            display: flex;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal;
            justify-content: center;
            padding-top: 5px;
        }

        /* icon-favicon */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul img{
            width: 25px;
            height: 25px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p{
            width: 230px;
            height: auto;
            margin-left: 5px;
            font-family: "Poppins", sans-serif;
            font-weight: 350;
            font-size: small;
            padding-top: 3px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p a{
            list-style: none;
            text-decoration: none;
            color: black;
            justify-content: center;
        }
        /* FOOTER COPYRIGHT */
        .footer-copyright{
            width: 100%;
            height: auto;
            /* background-color: rgb(247, 239, 8); */
            background-color: rgb(222, 246, 243);
            box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.082);
        }
        .footer-copyright .footer-copyright-0{
            width: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            /* background-color: red; */
            margin: 0px 100px;
        }
        /* 2025 - PT. DHANU ARTA LINKMEDIA NUSANTARA - All Rights Reserved */
        .footer-copyright-1{
            /* background-color: red; */
            color: black;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 10px;
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            padding: 10px 0px;
        }
        /* logo-favicon-c-copyright */
        .footer-copyright-1 img{
            width: 20px;
            height: 20px;
        }
        /* POWERED BY NETINDO PERSADA NUSANTARA */
        .footer-copyright .footer-copyright-0 .footer-poweredby{
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 10px;
        }

        /* logo-netindo */
        .footer-copyright .footer-copyright-0 .footer-poweredby img{
            margin-left: 15px;
            width: 105px;
            height: auto;
            padding: 5px;
            /* background-color: white; */
        }
    }


    /* RESPONSIVE 570PX */
    @media screen and (max-width: 570px) {
        .halaman-beranda .nav-menu{
            display: flex;
            padding: 10px 0px;
            align-items: center;
            justify-content: space-between;
            /* margin-left: 100px;
            margin-right: 100px; */
            margin: 0px 25px;
        }

        /* LOGO DANET DI POJOK KIRI ATAS*/
        .halaman-beranda .nav-menu img{
            width: 175px;
            height: auto;
            padding: 3px 0px;
        }
        .halaman-beranda .nav-menu .list-menu{
            display: flex;
        }
        .halaman-beranda .nav-menu .list-menu ul{
            display: flex;
        }
        .halaman-beranda .menu .nav-menu .menu-list img{
            width: 25px;
            height: 25px;
        }

        .halaman-beranda .nav-menu ul li{
            list-style: none;
            margin-left: 20px;
        }
        .halaman-beranda .nav-menu ul li a{
            text-decoration: none;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: medium;
            font-style: normal;
            color: rgb(0, 0, 0);
            padding: 25px 10px;
        }

        .halaman-beranda .nav-menu ul li a:hover{
            color: rgb(255, 255, 255);
            transition: 0.1s;
        }
        .isi-1{    
            /* background-color: red; */
            display: flex;       
        }
        .isi-1 .isi-1-beranda{
            padding-top: 0;
            flex-direction: column;
            margin: 0px 25px;
        }
        .isi-1 .isi-1-beranda .isi-1-kiri{
            width: 100%;
            height: auto;
        }

        /* isi dibawah menu bagian kanan - foto dibawah menu utama */
        .isi-1 .isi-1-beranda .isi-1-kanan{
            width: 100%;
            height: auto;
        }
        .isi-1 .isi-1-beranda .isi-1-kanan img{
            width: 80%;
            height: auto;
            /* padding: auto; */
        }
        /* PT DHANU ARTA LINKMEDIA NUSANTARA */
        .isi-1 .isi-1-beranda .isi-1-kiri h3{
            color: black;
            font-family: "Passion One", sans-serif;
            font-weight: 400;
            font-style: normal;
            font-weight: normal;
            font-size: 40px;
        }
        /* isi dibawah menu bagian kiri */
        /* Menyediakan layanan internet rumahan menggunakan kabel fiber optik dengan harga terjangkau dan internet yang stabil */
        .isi-1 .isi-1-beranda .isi-1-kiri h2{
            color: rgba(0, 0, 0, 0.822);
            font-family: "Noto Serif", serif;
            font-weight: 400;
            font-size: large;
            font-style: normal;
        }
        /* halaman-paket */
        .isi-2{
            width: 100%;
            height: auto;
        }
        /* ISI-2-KIRI-TENGAH-KANAN */
        .isi-2 .isi-2-kiri-tengah-kanan{
            margin: 0px 25px;
            padding-top: 80px;
        }

        /* JUDUL INTERNET BROADBAND */
        .isi-2 .isi-2-kiri-tengah-kanan .internet-broadband h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            color: white;
            padding-bottom: 3px;
            text-align: center;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet{
            display: flex;
            flex-direction: column;
            border-bottom: 3px solid white;
            border-top: 3px solid white;
            padding-top: 40px;
            padding-bottom: 40px;
        }
        .isi-2 .isi-2-kiri-tengah-kanan .paket-internet .paket-silver{
            width: 100%;
            height: auto;
            margin: 0px auto;
            padding-bottom: 25px;
        }
        .paket-silver .judul-paket-silver{
            margin: 0px auto;
            color: rgb(0, 6, 36);
            font-family: "Noto Serif", serif;
            font-weight: normal;
            text-align: center;
            padding: 10px 0;
            width: 90%;
            height: auto;
            border: 1px solid black;
            border-top-right-radius: 30px;
            border-top-left-radius: 30px;
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
        }
        .paket-silver .isi-2-paket-silver{
    
            background-color: rgb(253, 253, 253);
            width: 90%;
            height: auto;
            font-style: normal;
            font-weight: 900;
            font-size: normal;
            margin: 3px auto;
            border: 1px solid rgb(0, 0, 0);
            box-shadow: 0 0px 3px rgba(0, 0, 0, 0.568);
            text-align: center;
            color: rgb(0, 6, 36);
            border-bottom-right-radius: 30px;
            border-bottom-left-radius: 30px;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: 500;
            font-size: large;
        }
        /* icon-speedtest */
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver-icon-speed img{
            width: 160px;
            height: auto;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver{
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 13px;
            font-style: normal;
        }

        /* CHAT ON WA */
        .paket-silver button{
            margin-top: 12px;
            width: 80%;
            height: 50px;
            border: none;
            border-radius: 30px;
            cursor: pointer;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: normal;
            margin-bottom: 15px;
        }
        .paket-silver .isi-2-paket-silver .isi-2-kiri-paket-silver button:hover{
            background-color: rgb(65, 229, 240);
            color: white;
            transition: 0.1s;
        }

        .paket-silver .isi-2-kiri-paket-silver-centang img{
            width: 20px;
            height: 20px;
            margin-left: 40px;
        }

        /* PETA MAP SUMATRA */
        .isi-3 {
        }
        .peta{
            margin: 0px 25px;
            align-items: center;
        }
        .peta h3{
            font-size: larger;
            font-family: 'Courier New', Courier, monospace;
            /* color: rgb(3, 20, 103); */
            color: white;
            padding-top: 90px;
            padding-bottom: 3px;
            text-align: center;
        }
        .peta .peta-map-sumatra{
            border-top: 4px solid rgb(255, 255, 255);
            /* background-color: red; */
            /* width: 1500px;
            height: 900px; */
            display: flex;
            justify-content: center;
            text-align: center;
            border-bottom: 4px solid rgb(255, 255, 255);
        }
        .peta .peta-map-sumatra img{
            width: 100%;
            height: auto;
            padding-bottom: 35px;
        }

        /* FOOTER JUDUL BESAR */
        .isi-4 .isi-4-alamat-layanan-sosmed{
            width: 100%;
            height: auto;
            background-color: rgb(222, 246, 243);
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat{
            flex-direction: column;
            height: 370px;
            margin: 0px auto;
            margin-top: 40px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar{
            padding-top: 20px;
        }
        /* judul-hubungi */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-hubungi{
            border-bottom: 3px solid rgb(3, 20, 103);
            text-align: center;
            justify-content: center;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: 400;
            font-size: medium;
            font-style: normal;    
        }
        /* judul-layanan */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-layanan{
            border-bottom: 3px solid rgb(3, 20, 103);
            padding-bottom: 2px;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            font-size: medium;
            font-style: normal;
        }
        /* judul-sosmed */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .judul-sosmed{
            border-bottom: 3px solid rgb(3, 20, 103);
            width: 110px;
            padding-bottom: 2px;
            height: auto;
            font-family: "Roboto", sans-serif;
            font-weight: normal;
            font-size: medium;
            font-style: normal;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul{
            padding-top: 5px;
            display: flex;
            font-family: "Poppins", sans-serif;
            font-weight: 400;
            font-style: normal;
            justify-content: center;
            padding-top: 5px;
        }
        /* icon-favicon */
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul img{
            width: 25px;
            height: 25px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p{
            width: 230px;
            height: auto;
            margin-left: 5px;
            font-family: "Poppins", sans-serif;
            font-weight: 350;
            font-size: small;
            padding-top: 3px;
        }
        .isi-4 .isi-4-alamat-layanan-sosmed .isi-alamat .footer-judul-besar .icon-judul p a{
            list-style: none;
            text-decoration: none;
            color: black;
            justify-content: center;
        }
        /* FOOTER COPYRIGHT */
        .footer-copyright{
            width: 100%;
            height: auto;
            box-shadow: 0px -1px 30px rgba(0, 0, 0, 0.082);
        }
        .footer-copyright .footer-copyright-0{
            width: auto;
            height: auto;
            display: flex;
            flex-direction: column;
            align-items: center;
            margin: 0px 25px;
        }
        /* 2025 - PT. DHANU ARTA LINKMEDIA NUSANTARA - All Rights Reserved */
        .footer-copyright-1{
            /* background-color: red; */
            color: black;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 9px;
            display: flex;
            padding: 10px 0px;
        }
        /* logo-favicon-c-copyright */
        .footer-copyright-1 img{
            top: 0;
            width: 15px;
            height: 15px;
        }
        /* POWERED BY NETINDO PERSADA NUSANTARA */
        .footer-copyright .footer-copyright-0 .footer-poweredby{
            display: flex;
            align-items: center;
            text-align: center;
            justify-items: center;
            font-family: "Noto Serif", serif;
            font-weight: normal;
            font-size: 8px;
        }

        /* logo-netindo */
        .footer-copyright .footer-copyright-0 .footer-poweredby img{
            margin-left: 15px;
            width: 100px;
            height: auto;
            padding: 10px;
        }
    
    }