/*** Spinner Start ***/

#spinner {
    opacity: 0;
    visibility: hidden;
    transition: opacity .8s ease-out, visibility 0s linear .5s;
    z-index: 99999;
}

#spinner.show {
    transition: opacity .8s ease-out, visibility 0s linear .0s;
    visibility: visible;
    opacity: 1;
}

/*** Spinner End ***/


/*** Button Start ***/
.btn {
    font-weight: 600;
    transition: .5s;
}

.btn-square {
    width: 38px;
    height: 38px;
}

.btn-sm-square {
    width: 32px;
    height: 32px;
}

.btn-md-square {
    width: 46px;
    height: 46px;
}

.btn-lg-square {
    width: 58px;
    height: 58px;
}

.btn-square,
.btn-sm-square,
.btn-md-square,
.btn-lg-square {
    padding: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: normal;
}

.back-to-top {
    position: fixed;
    width: 50px;
    height: 50px;
    right: 30px;
    bottom: 30px;
    z-index: 99;
}

/*** Button End ***/


/*** Topbar Start ***/

.topbar .top-info {
    letter-spacing: 1px;
}

.topbar .top-link {
    display: flex;
    align-items: center;
    justify-content: center;
}

.topbar .top-link a {
    margin-right: 10px;
}

#note {
    width: 500px;
    overflow: hidden;
}

#note small {
    position: relative;
    display: inline-block;
    animation: mymove 5s infinite;
    animation-timing-function: all;
}

@keyframes mymove {
    from {
        left: -100%;
    }

    to {
        left: 100%;
    }
}

/*** Topbar End ***/


/*** Navbar Start ***/
.navbar .navbar-nav {
    padding: 15px 0;
}

.navbar .navbar-nav .nav-link {
    padding: 10px;
    color: var(--bs-light);
    /* font-size: 15px; */
    /* tidak bisa di ubah klo gx bakal pecah di ukuran 992 */
    outline: none;
    /* font-weight: 700; */

}

.navbar .navbar-nav .nav-link:hover,
.navbar .navbar-nav .nav-link.active {
    color: #000000FF !important;
}

.navbar .dropdown-toggle::after {
    border: none;
    content: "\f107";
    font-family: "font awesome 5 free";
    font-weight: 900;
    vertical-align: middle;
    margin-left: 8px;
}

@media (min-width: 992px) {
    .navbar .nav-item .dropdown-menu {
        display: block;
        visibility: hidden;
        top: 100%;
        transform: rotateX(-75deg);
        transform-origin: 0% 0%;
        transition: .5s;
        opacity: 0;
    }
}

.navbar .nav-item:hover .dropdown-menu {
    transform: rotateX(0deg);
    visibility: visible;
    transition: .5s;
    opacity: 1;
}

/*** Navbar End ***/


/*** Carousel Start ***/

.carousel-item {
    position: relative;
}

.carousel-item::after {
    content: "";
    width: 100%;
    height: 100%;
    /* position: absolute; */
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, .6);
}

.carousel-caption {
    height: 100%;
    display: flex;
    /* align-items: center; */
    justify-content: center;
    z-index: 1;
}

.carousel-item p {
    max-width: 700px;
    margin: 0 auto 35px auto;
}

.carousel-control-prev {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80%;
    left: 0;
    /* background: white; */
    border: 2px solid white;
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
}

.carousel-control-prev:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-control-next {
    width: 50px;
    height: 50px;
    position: absolute;
    top: 80%;
    left: 7%;
    border: 2px solid white;
    /* background: var(--bs-primary); */
    border-radius: 50px 50px 50px 50px;
    opacity: 1;
}

.carousel-control-next:hover {
    background: var(--bs-secondary);
    transition: .8s;
}

.carousel-caption .carousel-content a button.carousel-content-btn1 {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn1:hover {
    background: var(--bs-primary);
    color: #ffffff;
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2 {
    background: var(--bs-primary);
    color: var(--bs-white);
    opacity: 1;
    border: 0;
    border-radius: 20px;
}

.carousel-caption .carousel-content a button.carousel-content-btn2:hover {
    background: var(--bs-secondary);
    color: var(--bs-dark);
    border: 0;
    opacity: 1;
    transition: 1s;
    border-radius: 20px;
}

#carouselId .carousel-indicators li {
    width: 30px;
    height: 10px;
    background: var(--bs-primary);
    margin: 10px;
    border-radius: 30px;
    opacity: 1;
}

#carouselId .carousel-indicators li:hover {
    background: var(--bs-secondary);
    opacity: 1;
}

@media (min-width: 576px) {

    .nd-index-cst{
        --bs-gutter-y: 0rem;
    }

    /* nanda Style */
    /* .text-center-sm {
        text-align: left !important;

    } */

    .img-produkkami {
        height: 516px;
        width: auto;
    }


}

@media(min-width: 768px) {
    .nd-mt-5 {
        margin-top: 3rem !important;
    }

    .img-produkkami {
        height: 370px;
        width: auto;
    }

    /* Nanda Style */
    /* .nd-mt-10 {
        margin-top: 91px !important;
    } */


}

@media (min-width: 992px) {
    .img-sosmed{
        width:auto;
        height:30px;
    }

    /* Nanda Style */
    .nd-mt-10 {
        margin-top: 85px !important;
    }

    .img-produkkami {
        height: 400px;
        width: auto;
    }

    .navbar-brand {
        justify-content: center;
    }

    .logo-container {
        flex: 1;
        /* Biarkan elemen ini mengambil ruang yang ada */
        display: flex;
        justify-content: center;
        /* Pusatkan gambar secara horizontal */
        align-items: center;
        /* Pusatkan gambar secara vertikal */
    }
}

@media (min-width: 1200px) {
    .nd-mt-10 {
        margin-top: 200px !important;
    }

    .img-produkkami {
        height: 450px;
        width: auto;
    }
}

@media (min-width: 1400px) {
    .px-nd-1{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .fs-cnd-5{
        font-size: 1.25rem !important;
    }

    .fs-icon{
        font-size: 30px;
        margin-left:120px;
        color: white;
    }

    .cst-caroselprev {
        top: 80%;
        left: 4.5%;
    } 

    .cst-caroselnext {
        top: 80%;
        left: 0%;
    } 

    .mt-bintang{
        margin-top: 0px;

    }

    .img-testim-1{
        height: 300px;
        width: 225px;
    }

    .px-nd-5{
        padding-right: 8rem !important;
        padding-left: 8rem !important;
    }

    .mx-nd-2 {
        margin-top: 2rem !important;
        margin-right: 10rem !important;
        margin-left: 10rem !important;
      }

    .mx-nd {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
      }

    .ndspansosmed{
        font-size:25px;
        margin-left: 5rem !important;
    }

    .nd-col-abutebalteknik {
        color: #A8AAAC !important;
        /* font-size:1.8rem !important; */
    }

    .reseller{
        width:25%; 
        height: auto;
        margin-top:-220px;
        margin-left:40px;
    }

    .playnpause{
        width: 6%; 
        height: auto;
        margin-top:-220px;
        margin-left:-5px;
    }

    .nd-mt-10 {
        margin-top: 258px!important;
    }

    .img-jaringan {
        height: 162px;
        width: auto;
    }

    .nda-index {
        margin-top: -145px;
    }

    .img-md-1 {
        width: 100%;
        height: auto;
    }

    .img-md-2 {
        width: auto;
        height: 255px;
    }

    .img-progress {
        height: auto;
        width: 100%;
    }



    .img-prmikuso1 {
        height: 730px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso2 {
        height: 450px;
        width: auto;
        margin-left: -54px;
    }

    .img-prmikuso3 {
        height: 770px;
        width: auto;
        margin-top: 6px;
      

    }

    .img-prmikuso4 {
        height: 810px;
        width: auto;
        margin-top: -240px;
        margin-left: 4px;
    }

    .img-prmikuso5 {
        height: 537px;
        width: auto;
        z-index: -1;
      }

    

    .img-prmikuso6 {
        height: 501px;
        width: auto;
        margin-top: -583px;
        margin-left: 853px;
    }

    .span-prmikuso1 {
        max-width: 555px;
        height: 100%;
        margin-top: -180px;
        margin-left: -142px;
        z-index: -1;
        font-size: 30px ;
        text-align: center;
    }

    .img-prmikusox1 {
        height: 529px;
        width: auto;
    }

    .img-prmikusox2 {
        margin-left: -14px;
        height: 519px;
        width: auto;
  
    }

    .img-prmikusox3 {
        height: 764px;
        width: auto;
        margin-top: -25px;
        z-index: -1;
    }

    .img-prmikusox5 {
        height: 749px;
        width: auto;
        z-index: -2;
        margin-top: -18px;
        margin-left: 2px;
    }

    .img-prmikusox4 {
        height: 795px;
        width: auto;
        margin-top: -508px;
        margin-left: -71px;
    }

    .img-prmikusox6 {
        /* height: auto;
        width: 180px;
        margin-top: -480px;
        margin-left: 610px; */
        height: 525px;
  width: auto;
  margin-top: -523px;
  margin-left: 611px;
    }

    .span-prmikusox1 {
        max-width: 576px;
        height: 100%;
        margin-top: 19px;
        margin-left: -25px;
        z-index: -1;
        font-size: 30px;
        text-align: left;
    }

    .img-prtecnix1 {
        height: 750px;
        width: auto;
    }

    .img-prtecnix2 {
        margin-top: -50px;
        height: 679px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix3 {
        height: 449px;
        width: auto;
        margin-top: 38px;
    }

    .img-prtecnix4 {
        margin-top: -194px;
        height: 679px;
        width: auto;
        z-index: -1;
    }

    .span-prtecnix5 {
        width: 854px;
        z-index: -1;
        font-size: 30px !important;

    }

    .img-prtecnix5 {
        margin-top: -16px;
        height: 582px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix6 {
        height: auto;
        width: 543px;
        margin-top: -158px;
        margin-left: -66px;
    }

    .img-produkkami1 {
        margin-left:-34px;
        height: 100%;
        width: 500px;
        z-index: -1;
        
    }

    .img-brandsosmedmk1{
        height: 100px;
        width: auto;
        padding-left:10px;
        padding-right:10px;
    }

    .img-brandsosmedmk2{
        height: 100px;
        width: auto;
        padding-left:10px;
        padding-right:10px;
  
    }

    .img-brandsosmedmk3{
        height: 100px;
        width: auto;
        padding-left:10px;
        padding-right:10px;
    }

    .nd-klik1 {
        position: relative;
        /* background-color: #e9000044; */
        height: auto;
        width: 470px;
        margin-left: -468px
    }

    .nd-klik3 {
        position: relative;
        /* background-color: #1be90044; */
        height: auto;
        width: 409px;
        margin-left: 25px;
    }

    .img-produkkami2 {
        height: auto;
    width: 570px;
    margin-left: -80px;
    margin-right: -81px;

    }

    .img-produkkami3 {
        height: auto;
    width: 466px;
    z-index: -1;
    margin-left: -433px;
    }

    .img-brandsosmed2 {
        height: 110px;
        width: auto;
    }

    /* .img-brandsosmed2sh {
        height: 110px;
        width: auto;
    } */

    .mx-nd-1{
        margin-right: 4.5rem !important;
        margin-left: 4.5rem !important;

    }

    .img-fluid_nd{
        /* margin-top:10%; */
        width:auto;
        height:70%;
    }

    .text-center-jaringan {
        text-align: right !important;
    }

    .floating-div {
        position: fixed; /* Membuat posisi tetap */
        bottom: -11px;    /* Jarak dari bawah */
        right: 20px;     /* Jarak dari kanan */
        width: 100px;    /* Lebar div */
        height: 100px;   /* Tinggi div */
        text-align: center;
        z-index:99; /* Teks di tengah */
      }
}

@media (max-width: 1400px) {
    .floating-div {
        position: fixed; /* Membuat posisi tetap */
        bottom: -18px;    /* Jarak dari bawah */
        right: 20px;     /* Jarak dari kanan */
        width: 100px;    /* Lebar div */
        height: 100px;   /* Tinggi div */
        text-align: center;
        z-index:99; /* Teks di tengah */
      }

    .px-nd-1{
        padding-right: 3rem !important;
        padding-left: 3rem !important;
    }

    .fs-cnd-5{
        font-size: 1.25rem !important;
    }

    .fs-icon{
        font-size: 30px;
        margin-left:97px;
        color: white;
    }

    .cst-caroselprev {
        top: 80%;
        left: 5%;
    } 

    .cst-caroselnext {
        top: 80%;
        left: 0%;
    } 

    .mt-bintang{
        margin-top: -5px;

    }

    .img-testim-1{
        height: 250px;
        width: 187px;
    }

    .mx-nd-1{
        margin-right: 2rem !important;
        margin-left: 2rem !important;

    }

    .px-nd-5{
        padding-right: 5rem !important;
        padding-left: 5rem !important;
    }
    

    .mx-nd-2 {
        margin-top: 1rem !important;
        margin-right: 10rem !important;
        margin-left: 10rem !important;
      }

    .mx-nd {
        margin-right: 7rem !important;
        margin-left: 7rem !important;
      }

    .ndspansosmed{
        font-size:22px;
        margin-left: 1.9rem !important;
    }

    .nd-col-abutebalteknik {
        color: #A8AAAC !important;
        /* font-size: 1.7rem !important; */
    }

    .reseller{
        width:25%; 
        height: auto;
        margin-top:-173px;
        margin-left:50px;
    }

    .playnpause{
        width: 6%; 
        height: auto;
        margin-top:-173px;
        margin-left:-5px;
    }

    .img-brandsosmed2 {
        height: 100%;
        width: auto;
    }

    .img-brandsosmedmk1{
        height: 82px;
        width: auto;
        padding-left:10px;
        padding-right:10px;

    }

    .img-brandsosmedmk2{
        height: 82px;
        width: auto;
        padding-left:10px;
        padding-right:10px;
  
    }

    .img-brandsosmedmk3{
        height: 82px;
        width: auto;
        padding-left:10px;
        padding-right:10px;
    }

    .nd-klik1 {
        position: relative;
        /* background-color: #e9000044; */
        height: auto;
        width: 401px;
        margin-left: -398px
    }

    .nd-klik3 {
        position: relative;
        /* background-color: #1be90044; */
        height: auto;
        width: 365px;
        margin-left: 6px;
    }


    .img-produkkami1 {
        margin-left:-26px;
        height: 100%;
        width: 433px;
        z-index: -1;
        
    }

    .img-produkkami2 {
        height: 100%;
        width: 493px;
        margin-left: -73px;
        margin-right: -68px;

    }

    .img-produkkami3 {
        height: 100%;
        width: 405px;
        z-index: -1;
        margin-left: -375px;
    }

    .nda-index {
        margin-top: -192px;
    }

    .img-md-1 {
        width: 100%;
        height: auto;
    }

    .img-md-2 {
        width: auto;
        height: 215px;
    }

    .text-center-sm {
        text-align: left !important;
    }

    .img-progress {
        height: auto;
        width: 100%;
    }

    /* 
    .nda-scroll {
        width: 1116px;
        overflow-x: auto;
        white-space: nowrap;
    } */

    .img-prtecnix1 {
        height: 630px;
        width: auto;
    }

    .img-prtecnix2 {
        margin-top: -40px;
        height: 589px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix3 {
        margin-top: 47px;
        height: 380px;
        width: auto;
    }

    .img-prtecnix4 {
        margin-top: -158px;
        height: 585px;
        width: auto;
        z-index: -1;
    }

    .span-prtecnix5 {
        width: 750px;
        z-index: -1;
        font-size: 29px !important;
        margin-top: -118px;
        margin-top: 34px;

    }

    .img-prtecnix5 {
        height: 500px;
        width: auto;
        z-index: -1;
        margin-top: 0px;
    }

    .img-prtecnix6 {
        height: 626px;
        width: auto;
        margin-top: -138px;
        margin-left: -64px;
    }

    .img-prmikuso1 {
        height: 630px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso2 {
        height: 630px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso2 {
        height: 390px;
        width: auto;
        margin-left: -60px;
    }

    .img-prmikuso3 {
        height: 670px;
        width: auto;
        margin-top: 6px;
    }

    .img-prmikuso4 {
        height: 694px;
        width: auto;
        margin-top: -202px;
        margin-left: -8px;

    }

    .img-prmikuso5 {
        height: 450px;
        width: auto;
        z-index: -1;

    }

    .img-prmikuso6 {
        height: 415px;
        width: auto;
        margin-top: -485px;
        margin-left: 745px;
    }

    .span-prmikuso1 {
        max-width: 530px;
        height: 100%;
        margin-top: -160px;
        margin-left: -122px;
        z-index: -1;
        font-size: 30px;
        text-align: left;
    }

    .img-prmikusox1 {
        height: 455px;
        width: auto;
    }

    .img-prmikusox2 {
        height: 450px;
    margin-left: -25px;
    width: auto;
    }

    .img-prmikusox3 {
        height: 658px;
    width: auto;
    margin-top: -23px;
    z-index: -1;
    }

    .img-prmikusox5 {
        height: 640px;
        width: auto;
        z-index: -2;
        margin-top: -5px;
    }

    .img-prmikusox4 {
        height: 684px;
        width: auto;
        margin-top: -439px;
        margin-left: -62px;
    }

    .img-prmikusox6 {
        height: 449px;
        width: auto;
        margin-top: -449px;
        margin-left: 526px;
    }

    .span-prmikusox1 {
        max-width: 495px;
        height: 100%;
        margin-top: 10px;
        margin-left: -12px;
        z-index: -1;
        font-size: 27px;
        text-align: left;
    }

    .img-jaringan {
        height: 162px;
        width: auto;
    }

    .img-fluid_nd{
        /* margin-top:20%; */
        width:auto;
        height:65%;
    }

    .text-center-jaringan {
        text-align: right !important;
    }
}

@media (max-width: 1200px) {
    .fs-icon{
        font-size: 30px;
        margin-left:52px;
        color: white;
    }

    .cst-caroselprev {
        top: 80%;
        left: 5.5%;
    } 

    .cst-caroselnext {
        top: 80%;
        left: 0%;
    } 

    .mt-bintang{
        margin-top: 0px;
    }

    .img-testim-1{
        height: 300px;
        width: 225px;
    }

    .px-nd-5{
        padding-right: 4rem !important;
        padding-left: 4rem !important;
    }

    .mx-nd {
        margin-right: 3rem !important;
        margin-left: 6rem !important;
      }

    .ndspansosmed{

        font-size:16px;
    }

    .img-brandsosmedmk1{
        height: 74px;
        width: auto;
        padding-left:7px;
        padding-right:7px;

    }

    .img-brandsosmedmk2{
        height: 74px;
        width: auto;
        padding-left:7px;   
        padding-right:7px;
  
    }

    .img-brandsosmedmk3{
        height: 74px;
        width: auto;
        padding-left:7px;
        padding-right:7px;
    }

    .nd-col-abutebalteknik {
        color: #A8AAAC !important;
        /* font-size: 1.4rem !important; */
    }

    .reseller{
        width:25%; 
        height: auto;
        margin-top:-164px;
        margin-left:50px;
    }

    .playnpause{
        width: 6%; 
        height: auto;
        margin-top:-164px;
        margin-left:-5px;
    }

    .mx-4 {
        margin-right: 0 !important;
        margin-left: 0 !important;
      }

    .nd-klik1 {
        position: relative;
        /* background-color: #e9000044; */
        height: auto;
        width: 336px;
        margin-left: -326px
    }

    .nd-klik3 {
        position: relative;
        /* background-color: #1be90044; */
        height: auto;
        width: 304px;
        margin-left: 43px;
    }

    .img-jaringan {
        height: 200px;
        width: auto;
    }

    .img-produkkami1 {
        margin-left: -24px;
        height: 100%;
        width: 369px;
        z-index: -1;
    }

    .img-produkkami2 {
        height: 100%;
        width: 419px;
        margin-left: -73px;
        margin-right: -66px;

    }

    .img-produkkami3 {
        height: 100%;
        width: 349px;
        z-index: -1;
        margin-left: -348px;

    }

    .nda-index {
        margin-top: -148px;
    }

    .img-md-1 {
        width: 100%;
        height: auto;
    }

    .img-md-2 {
        width: auto;
        height: 180px;
    }


    /* Nanda Style */
    .img-progress {
        height: auto;
        width: 100%;
    }

    /* .img-progress {
        height: 650px;
        width: auto;
    }
    .nda-scroll {
        width: 962px;
        overflow-x: auto;
        white-space: nowrap;
    } */

    .img-prtecnix1 {
        height: 530px;
        width: auto;
    }

    .img-prtecnix2 {
        margin-top: -22px;
        height: 487px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix3 {
        margin-top: 50px;
        height: 319px;
        width: auto;
    }

    .img-prtecnix4 {
        margin-top: -133px;
        margin-left: -5px;
        height: 487px;
        width: auto;
        z-index: -1;
    }

    .span-prtecnix5 {
        width: 650px;
        z-index: -1;
        font-size: 24px !important;
        margin-top: 22px;


    }

    .img-prtecnix5 {
        margin-top: -11px;
        height: 420px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix6 {
        height: auto;
        width: 409px;
        margin-top: -118px;
        margin-left: -64px;
    }

    .img-prmikuso1 {
        height: 519px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso2 {
        height: 321px;
    width: auto;
    margin-left: -39px;
    }

    .img-prmikuso3 {
        height: 550px;
    width: auto;
    margin-top: 12px;
    }

    .img-prmikuso4 {
        height: 588px;
    width: auto;
    margin-top: -160px;
    }

    .img-prmikuso5 {
        height: 390px;
        width: auto;
        z-index: -1;

    }

    .img-prmikuso6 {
        height: 355px;
        width: auto;
        margin-top: -420px;
        margin-left: 621px;
    }

    .span-prmikuso1 {
        max-width: 440px;
        height: 100%;
        margin-top: -116px;
        margin-left: -122px;
        z-index: -1;
        font-size: 25px;
        text-align: center;
    }

    .img-prmikusox1 {
        height: 378px;
    width: auto;
    }

    .img-prmikusox2 {
        height: 374px;
    width: auto;
    margin-left: -20px;
    }

    .img-prmikusox3 {
        height: 570px;
        width: auto;
        margin-top: -12px;
        z-index: -1;
    }

    .img-prmikusox5 {
        height: 555px;
        width: auto;
        z-index: -2;
        margin-top: -31px;
    }

    .img-prmikusox4 {
        height: 560px;
    width: auto;
    margin-top: -370px;
    margin-left: -61px;
    }

    .img-prmikusox6 {
        height: 370px;
        width: auto;
        margin-top: -368px;
        margin-left: 451px;
    }

    .span-prmikusox1 {
        max-width:426px
        height: 100%;
        margin-top: 17px;
        margin-left: -33px;
        z-index: -1;
        font-size: 23px;
        text-align: left;
    }

    .nd-py{
        padding-right: 2rem !important;
        padding-left: 2rem !important;
    }

    .img-fluid_nd{
        /* margin-top:30%; */
        width:auto;
        height:60%;
    }

    .mx-nd-2 {
        margin-top: 1rem !important;
        margin-right: 10rem !important;
        margin-left: 10rem !important;
      }

      .text-center-sm {
        text-align: left !important;
    }


}

@media (max-width: 992px) {
    .fs-cnd-5{
        font-size: 1.2rem !important;
    }

    .mt-bintang{
        margin-top: 0px;
    }

    .mt-index{
        margin-top: 0px;
    }

    .img-testim-1{
        height: auto;
        width: 300px;
    }

    .px-nd-5{
        padding-right: 1rem !important;
        padding-left: 1rem !important;
    }

    .img-jaringan {
        height : 150px;
        width : auto;
        
    }

    .fs-nd-5{
        font-size: 1rem !important;
    }

    .mx-nd-2 {
        margin-top:0rem !important;
        margin-bottom: -3rem !important;
        margin-right: 7rem !important;
        margin-left: 7rem !important;
      }

    .mx-nd {
        margin-right: 5rem !important;
        margin-left: 5rem !important;
      }

    .img-fluid_nd{
        /* margin-top: 40px; */
        width:auto;
        height:40%;
    }

    .ndspansosmed{
        font-size:14px;
        margin-left:0px !important;
    }

    .reseller{
        width:25%; 
        height: auto;
        margin-top:-130px;
        margin-left:50px;
    }

    .playnpause{
        width: 6%; 
        height: auto;
        margin-top:-130px;
        margin-left:-5px;
    }

    .img-brandsosmedmk1{
        height: 50px;
        width: auto;
        padding-left:3px;
        padding-right:3px;

    }

    .img-brandsosmedmk2{
        height: 50px;
        width: auto;
        padding-left:3px;
        padding-right:3px;
  
    }

    .img-brandsosmedmk3{
        height: 50px;
        width: auto;
        padding-left:3px;
        padding-right:3px;
    }

    .nd-klik1 {
        position: relative;
        /* background-color: #e9000044; */
        height: auto;
        width: 256px;
        margin-left: -255px
    }

    .nd-klik3 {
        position: relative;
        /* background-color: #1be90044; */
        height: auto;
        width: 239px;
        margin-left: 228px;
    }



    .img-produkkami1 {
        height: 100%;
        width: 285px;
        z-index: -1;
        margin-left:-16px;
    }

    .img-produkkami2 {
        height: 100%;
        width: 323px;
        margin-left: -59px;
        margin-right: -266px;

    }

    .img-produkkami3 {
        height: 100%;
        width: 269px;
        z-index: -1;
        margin-left: -260px;
    }

    .nda-index {
        margin-top: -0;
    }

    .cst-caroselprev {
        top: 0;
        left: 90%;
    }

    .cst-caroselnext {
        top: 0;
        left: 82%;
    }

    .img-md-1 {
        width: 100%;
        height: auto;
    }

    .img-md-2 {
        width: auto;
        height: 280px;
    }

    .text-left {
        text-align: left !important;
    }

    .navbar .navbar-nav .nav-link {
        padding: 10px;
        color: var(--bs-light);
        font-size: 20px;
        /* tidak bisa di ubah klo gx bakal pecah di ukuran 992 */
        outline: none;
        /* font-weight: 700; */

    }

    .carousel-item {
        min-height: 500px;
    }

    /* .carousel-item img {
        min-height: 500px;
        object-fit: cover;
    } */

    .carousel-item h1 {
        font-size: 40px !important;
    }

    .carousel-item p {
        font-size: 16px !important;
    }

    /* Nanda Style */
    .img-progress {
        height: 550px;
        width: auto;
    }

    .nda-scroll {
        width: 738px;
        overflow-x: auto;
        white-space: nowrap;
    }

    .img-prtecnix1 {
        height: 395px;
        width: auto;
        margin-top:24px;
    }

    .img-prtecnix2 {
        margin-left: -19px;
    margin-top: -28px;
    height: 368px;
    width: auto;
    z-index: -1;
    }

    .img-prtecnix3 {
        margin-top: 30px;
    height: 240px;
    width: auto;
    }

    .img-prtecnix4 {
        margin-left: -22px;
        margin-top: -97px;
        height: 365px;
        width: auto;
        z-index: -1;
    }

    .span-prtecnix5 {
        width: 480px;
        height: 100%;
        z-index: -1;
        font-size: 17px !important;
        margin-top: 26px;
    }

    .img-prtecnix5 {
        height: 314px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix6 {
        height: 394px;
        width: auto;
        margin-top: -90px;
        margin-left: -64px;
    }

    .img-prmikuso1 {
        height: 384px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso2 {
        height: 236px;
    width: auto;
    margin-left: -38px;
    }

    .img-prmikuso3 {
        height: 407px;
        width: auto;
        margin-top: 9px;
    }

    .img-prmikuso4 {
        height: 434px;
        width: auto;
        margin-top: -115px;
        margin-left: -14px;
    }

    .img-prmikuso5 {
        margin-top: 36px;
        height: 291px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso6 {
        height: 274px;
        width: auto;
        margin-top: -316px;
        margin-left: 451px;
    }

    .span-prmikuso1 {
        max-width: 370px;
    height: 100%;
    margin-top: -85px;
    margin-left: -120px;
    z-index: -1;
    font-size: 19px;
    text-align: center
    }

    .img-prmikusox1 {
        height: 283px;
        width: auto;
    }

    .img-prmikusox2 {
        height: 279px;
    width: auto;
    margin-left: -30px;
    }

    .img-prmikusox3 {
        height: 417px;
    width: auto;
    margin-top: -6px;
    z-index: -1;
    }

    .img-prmikusox5 {
        height: 405px;
    width: auto;
    z-index: -2;
    margin-top: -20px;
    }

    .img-prmikusox4 {
        height: 413px;
    width: auto;
    margin-top: -273px;
    margin-left: -58px;
    }

    .img-prmikusox6 {
        height: 280px;
    width: auto;
    margin-top: -280px;
    margin-left: 327px;
    }

    .span-prmikusox1 {
        max-width: 320px;
    height: 98%;
    margin-top: 14px;
    margin-left: -41px;
    z-index: -1;
    font-size: 16px;
    text-align: left;
    line-height:1.7;
    }

    .text-center-sm {
        text-align: center !important;
    }


    .text-center-jaringan {
        text-align: center !important;
    }
    

}

@media (max-width: 768px) {
    .mt-bintang{
        margin-top: 0px;

    }

    .img-testim-1{
        height: 333px;
        width: 230px;
    }
    

    .img-brandsosmed_2 {
        height: 100px;
        width: auto;
    }

    .mx-nd-2 {
        margin-top: 1rem !important;
        margin-right: 7rem !important;
        margin-left: 7rem !important;
      }

    .mx-nd {
        margin-top: -2rem !important;
        margin-right: 3rem !important;
        margin-left: 3rem !important;
      }

    .img-fluid_nd{
        /* margin-top:20%; */
        width:auto;
        height:50%;
  
    }

    
    .img-brandsosmedmk1{
        height: 60px;
        width: auto;
        padding-left:3px;
        padding-right:3px;

    }

    .img-brandsosmedmk2{
        height: 60px;
        width: auto;
        padding-left:3px;
        padding-right:3px;
  
    }

    .img-brandsosmedmk3{
        height: 75px;
        width: auto;
        padding-top:10px;
        padding-left:3px;
        padding-right:3px;
    }

    .ndspansosmed{
        font-size:13px;
        margin-left:0px !important;
    }

    .reseller{
        width:25%; 
        height: auto;
        margin-top:-100px;
        margin-left:22px;
    }

    .playnpause{
        width: 6%; 
        height: auto;
        margin-top:-105px;
        margin-left:-5px;
    }

    .nd-klik1 {
        position: relative;
        /* background-color: #e9000044; */
        height: auto;
        width: 170px;
        margin-left: -196px;
        margin-right: 30px;
    }

    .nd-klik3 {
        position: relative;
        /* background-color: #1be90044; */
        height: auto;
        width: 175px;
        margin-left: 27px;
    }


    .img-produkkami1 {
        margin-left: -13px;
        height: 100%;
        width: 222px;
        z-index: -1;
    }

    .img-produkkami2 {
        height: 100%;
        width: 250px;
        margin-left: -58px;
        margin-right: -52px;

    }

    .img-produkkami3 {
        height: 100%;
        margin-left: -204px;
        width: 211px;
        z-index: -1;
    }

    .cst-caroselprev {
        top: 0;
        left: 90%;
    }

    .cst-caroselnext {
        top: 0;
        left: 80%;
    }

    .img-md-1 {
        width: 100%;
        height: auto;
    }

    .img-md-2 {
        width: auto;
        height: 210px;
    }

    .carousel-item {
        min-height: 400px;
    }

    /* .carousel-item img {
        min-height: 400px;
        object-fit: cover;
    } */

    .carousel-item h1 {
        font-size: 28px !important;
    }

    .carousel-item p {
        font-size: 14px !important;
    }


    .img-jaringan {
        height: 120px;
        width: auto;
        margin-bottom: -8px;

    }

    .nd-ind-cst1 {
        margin-top: 5px;
    }

    .img-progress {
        height: 450px;
        max-width: auto;
    }

    .nda-scroll {
        width: 546px;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .img-prtecnix1 {
        height: 289px;
        width: auto;
        margin-top: 22px;
    }

    .img-prtecnix2 {
        margin-top: -19px;
        margin-left: -27px;
        height: 277px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix3 {
        margin-top: 26px;
        height: 179px;
        width: auto;
    }

    .img-prtecnix4 {
        margin-left: -29px;
        margin-top: -67px;
        height: 270px;
        width: auto;
        z-index: -1;
    }

    .span-prtecnix5 {
        margin-top: 18px;
        width: 384px;
        height: 100%;
        z-index: -1;
        font-size: 14px !important;
    }

    .img-prtecnix5 {
        margin-top: -4px;
        height: 227px;
        width: auto;
        z-index: -1;
    }

    .img-prtecnix6 {
        height: 294px;
    width: auto;
    margin-top: -72px;
    margin-left: -58px;
    }

    .img-prmikuso1 {
        height: 287px;
        width: auto;
        z-index: -1;
        margin-top: 22px;
    }

    .img-prmikuso2 {
        height: 176px;
        width: auto;
        margin-left: -43px;
        margin-top: 22px;
    }

    .img-prmikuso3 {
        height: 305px;
        width: auto;
        margin-top: 8px;
    }

    .img-prmikuso4 {
        height: 326px;
        width: auto;
        margin-top: -95px;
        margin-left: -32px;
    }

    .img-prmikuso5 {
        margin-top: 21px;
        height: 210px;
        width: auto;
        z-index: -1;
    }

    .img-prmikuso6 {
        height: 194px;
    width: auto;
    margin-top: -226px;
    margin-left: 343px;
    }

    .span-prmikuso1 {
        max-width: 270px;
        height: 100%;
        margin-top: -70px;
        margin-left: -90px;
        z-index: -1;
        font-size: 14px;
        text-align: center;
    }

    .img-prmikusox1 {
        height: 209px;
        width: auto;
        margin-top: 22px;
    }

    .img-prmikusox2 {
        height: 205px;
    width: auto;
    margin-top: 22px;
    margin-left: -31px;
    }

    .img-prmikusox3 {
        height: 313px;
    width: auto;
    margin-top: -6px;
    z-index: -1;
    }

    .img-prmikusox5 {
        height: 305px;
        width: auto;
        z-index: -2;
        margin-top: -19px;
    }

    .img-prmikusox4 {
        height: 312px;
    width: auto;
    margin-top: -205px;
    margin-left: -57px;
    }

    .img-prmikusox6 {
        height: 205px;
    width: auto;
    margin-top: -208px;
    margin-left: 247px;
    }

    .span-prmikusox1 {
        max-width: 232px;
    height: 100%;
    margin-top: 7px;
    z-index: -1;
    font-size: 11px;
    text-align: left;
    }

    .img-mt-mb{
        margin-top:-33px;
    }

    .img-brandsosmed2 {
        height: 80% ;
        width: auto;
    }
}

@media (max-width: 576px) {
    .dvprmobile{
        --bs-gutter-x: 0rem;
    }

    .carousel-item {
        min-height: 0px;
    }

    .mb2{
        margin-top:1rem;
        margin-bottom:2rem;
    }

    .img-mt-mb2{
        margin-top:-67px;
    }

    .carousel-control-prev {
        width: 30px;
        height: 30px;


    }

    .carousel-control-next {
        width: 30px;
        height: 30px;
    }


    .fs-5{
        font-size: 1rem !important;
    }

    .px-nd-1{
        padding-right: 0rem !important;
        padding-left: 0rem !important;
    }

    .mt-bintang{
        margin-top: 10px;

    }

    .img-testim-1{
        height: 230px;
        width: 230px;
    }
    

    .img-brandsosmed2 {
        height: 80px;
        width: auto;
    }

    .mx-nd-2 {
        margin-top: 1rem !important;
        margin-right: 2rem !important;
        margin-left: 2rem !important;
      }

    .mx-nd {
        margin-top: -2rem !important;
        margin-right: 0rem !important;
        margin-left: 0rem !important;
      }

    .img-fluid_nd{
        /* margin-top: 20%; */
    width: auto;
    height: 40px;
    }

    .ndspansosmed{
        font-size:17px
    }
    

    .reseller{
        width:25%; 
        height: auto;
        margin-top: -87px;
        margin-left: 23px;
    }

    .playnpause{
        width: 6%; 
        height: auto;
        margin-top:-87px;
        margin-left:-5px;
    }

    .img-brandsosmedmk1{
        height: 60px;
        width: auto;
        padding-left:3px;
        padding-right:3px;

    }

    .img-brandsosmedmk2{
        height: 60px;
        width: auto;
        padding-left:3px;
        padding-right:3px;
  
    }

    .img-brandsosmedmk3{
        height: 75px;
        width: auto;
        padding-top:3px;
        padding-left:3px;
        padding-right:3px;
    }
    

    .smt-4{
        margin-top: 1rem !important;

    }

    .img-md-1 {
        width: 200px;
        height: auto;
    }

    .img-md-2 {
        width: 200px;
        height: auto;
    }


    .img-jaringan {
        height: 121px;
        width: auto;
        margin-bottom: 7px;
    }

    .img-progress {
        height: 400px;
        width: auto;
    }

    .nda-scroll {
        width: 530px;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .nd-klik1 {
        position: relative;
        /* background-color: #e9000044; */
        height: auto;
        width: 458px;
        margin-left: -500px;
        margin-right: 39px;
    }

    .nd-klik3 {
        position: relative;
        /* background-color: #1be90044; */
        height: 349px;
        width: 218px;
        margin-left: -245px;
        
    }

    .img-produkkami2 {
        height: auto;
        width: auto;
        margin-left: 0;
        margin-right: 0;
        padding-left: 0;
        padding-right: 0;
    }

    .img-produkkami1 {
        height: auto;
        width: 550px;
        padding-left: 32px;
        padding-right: 35px;
        z-index: 3;
    }

    .img-produkkami3 {
        height: auto;
        width: 92%;
        margin-left: 5%;
        padding-right: 37px;
        z-index:3;
    }

    .nda-scroll {
        width: auto;
        overflow-x: scroll;
        white-space: nowrap;
    }

    .floating-div {
        position: fixed; /* Membuat posisi tetap */
        bottom: -33px;
        right: -7px;   /* Jarak dari kanan */
        width: 100px;    /* Lebar div */
        height: 100px;   /* Tinggi div */
        text-align: center;
        z-index:99; /* Teks di tengah */
      }



}

@media (max-width: 526px) {
    /* .img-testim-1{
        height: 250px;
        width: 180px;
    } */

    /* .nda-scroll {
        width: 491px;
        overflow-x: scroll;
        white-space: nowrap;
    } */

    .img-produkkami1 {
        height: auto;
    width: 550px;
    padding-left: 32px;
    padding-right: 41px;
    z-index: 3;

    }

    .img-produkkami3 {
        height: auto;
        width: 92%;
        margin-left: 5%;
        padding-right: 37px;
        z-index:3;
    }
}

@media (max-width: 476px) {
    /* .img-testim-1{
        height: 250px;
        width: 180px;
    } */
    
    /* .nda-scroll {
        width: 436px;
        overflow-x: scroll;
        white-space: nowrap;
    } */

    .img-produkkami1 {
        height: auto;
        width: 550px;
        padding-left: 32px;
        padding-right: 35px;
        z-index: 3;
    }

    .img-produkkami3 {
        height: auto;
        width: 92%;
        margin-left: 5%;
        padding-right: 34px;
        z-index:3;
    }
}

@media (max-width: 456px) {
    /* .nda-scroll {
        width: 425px;
        overflow-x: scroll;
        white-space: nowrap;
    } */

    .cst-caroselprev {
        top: 0;
        left: 90%;
    }

    .cst-caroselnext {
        top: 0;
        left: 77%;
    }
    
    .fs-3{
        font-size: calc(1rem + 0.6vw) !important
    }
}

@media (max-width: 376px) {
    /* .img-testim-1{
        height: 180px;
        width: 180px;
    } */

    

    .img-produkkami1 {
        height: auto;
        width: 550px;
        padding-left: 27px;
        padding-right: 23px;
        z-index: 3;

    }
    
    .cst-caroselprev {
        top: 0;
        left: 90%;
    }

    .cst-caroselnext {
        top: 0;
        left: 75%;
    }

    /* .nda-scroll {
        width: 333px;
        overflow-x: scroll;
        white-space: nowrap;
    } */
}

@media (max-width: 368px) {
    .img-brandsosmedmk2{
        height: 80px;
        width: auto;
        padding-top:1rem;
        /* padding-left:3px;
        padding-right:3px; */
  
    }
}

@media (max-width: 276px) {
    /* .nda-scroll {
        width: 333px;
        overflow-x: scroll;
        white-space: nowrap;
    } */
}


.page-header {
    background: linear-gradient(rgba(0, 0, 0, .6), rgba(0, 0, 0, .6)), url(../img/carousel-1.jpg) center center no-repeat;
    background-size: cover;
}

.page-header .breadcrumb-item+.breadcrumb-item::before {
    color: var(--bs-white);
}

.page-header .breadcrumb-item,
.page-header .breadcrumb-item a {
    font-size: 18px;
    color: var(--bs-white);
}

/*** Carousel End ***/


/*** Services Start ***/

.services .services-item {
    box-shadow: 0 0 60px rgba(0, 0, 0, .2);
    width: 100%;
    height: 100%;
    border-radius: 10px;
    padding: 10px 0;
    position: relative;
}


.services-content::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 0;
    top: 0;
    left: 0;
    border-radius: 10px 10px 0 0;
    background: rgba(3, 43, 243, 0.8);
    transition: .5s;
}

.services-content::after {
    top: 0;
    bottom: auto;
    border-radius: 10px 10px 10px 10px;
}

.services-item:hover .services-content::after {
    height: 100%;
    opacity: 1;
    transition: .5s;
}

.services-item:hover .services-content-icon {
    position: relative;
    z-index: 2;
}

.services-item .services-content-icon i,
.services-item .services-content-icon p {
    transition: .5s;
}

.services-item:hover .services-content-icon i {
    color: var(--bs-secondary) !important;
}

.services-item:hover .services-content-icon p {
    color: var(--bs-white);
}

/*** Services End ***/


/*** Project Start ***/

.project-img {
    position: relative;
    padding: 15px;
}

.project-img::before {
    content: "";
    position: absolute;
    width: 150px;
    height: 150px;
    top: 0;
    left: 0;
    background: var(--bs-secondary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-img::after {
    content: "";
    width: 150px;
    height: 150px;
    position: absolute;
    right: 0;
    bottom: 0;
    background: var(--bs-primary);
    border-radius: 10px;
    opacity: 1;
    z-index: -1;
    transition: .5s;
}

.project-content {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    display: flex;
    align-items: top;
    justify-content: center;
    opacity: 0;
}

.project-content a {
    display: inline-block;
    padding: 20px 25px;
    background: var(--bs-primary);
    border-radius: 10px;
}

.project-item:hover .project-content {
    opacity: 1;
    transition: .5s;
}

.project-item:hover .project-img::before,
.project-item:hover .project-img::after {
    opacity: 0;
}

/*** Project End ***/


/*** Blog Start ***/
.blog-item .blog-btn {
    z-index: 2;
}

.blog-btn .blog-btn-icon {
    height: 50px;
    position: relative;
    overflow: hidden;
}

.blog-btn-icon .blog-icon-2 {
    display: flex;
    position: absolute;
    top: 6px;
    left: -140px;

}

.blog-btn-icon:hover .blog-icon-2 {
    transition: 1s;
    left: 5px;
    top: 6px;
    padding-bottom: 5px;
}

.blog-icon-1 {
    position: relative;
    top: -4px;
}

.blog-btn-icon:hover .blog-icon-1 {
    top: 0;
    right: -140px;
    transition: 1s;
}

/*** Blog End ***/


/*** Team Start ***/

.team-item {
    border-top: 30px solid var(--bs-secondary) !important;
    background: rgba(239, 239, 241, 0.8);
}

.team-content::before {
    height: 200px;
    display: block;
    content: "";
    position: relative;
    top: -101px;
    background: var(--bs-secondary);
    clip-path: polygon(50% 50%, 100% 50%, 50% 100%, 0% 50%);
    padding: 60px;
    opacity: 1;
}

.team-img-icon {
    position: relative;
    margin-top: -200px;
    padding: 30px;
    padding-bottom: 0;
}

.team-img {
    border: 15px solid var(--bs-white);
}

.team-img img {
    border: 10px solid var(--bs-secondary);
    transition: .5s;
}

.team-item:hover h4 {
    color: var(--bs-primary);
    transition: .5s;
}

.team-item:hover .team-img img {
    transform: scale(1.05);
    border: 10px solid var(--bs-secondary);
}

.team-carousel .owl-stage {
    position: relative;
    width: 100%;
    height: 100%;
}

.team-carousel .owl-nav {
    position: absolute;
    top: -100px;
    right: 50px;
    display: flex;
}

.team-carousel .owl-nav .owl-prev,
.team-carousel .owl-nav .owl-next {
    width: 56px;
    height: 56px;
    border-radius: 56px;
    margin-left: 15px;
    background: var(--bs-secondary);
    color: var(--bs-white);
    display: flex;
    align-items: center;
    justify-content: center;
    transition: .5s;
}

.team-carousel .owl-nav .owl-prev:hover,
.team-carousel .owl-nav .owl-next:hover {
    background: var(--bs-primary);
    color: var(--bs-white);
}

@media (max-width: 992px) {
    .team-carousel {
        margin-top: 3rem;
    }

    .team-carousel .owl-nav {
        top: -85px;
        left: 50%;
        right: auto;
        transform: translateX(-50%);
        margin-left: -15px;
    }
}

/*** Team End ***/


/*** Testimonial Start ***/

.testimonial-item {
    background: #e3f0eb;

}

.testimonial-carousel .owl-dots {
    margin-top: 90px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
}

.testimonial-carousel .owl-dot {
    position: relative;
    display: inline-block;
    margin: 0 5px;
    width: 15px;
    height: 15px;
    background: #c1dad0;
    border-radius: 15px;
    transition: .5s;
}

.testimonial-carousel .owl-dot.active {
    width: 30px;
    background: var(--bs-primary);
}

.testimonial-carousel .owl-item.center {
    position: relative;
    z-index: 1;
}

.testimonial-carousel .owl-item .testimonial-item {
    transition: .5s;
}

.testimonial-carousel .owl-item.center .testimonial-item {
    /* background: #FFFFFF !important; */
    box-shadow: 0 0 30px #DDDDDD;
}

/*** Testimonial End ***/


/*** Contact Start ***/
.contact-detail::before {
    position: absolute;
    content: "";
    height: 50%;
    width: 100%;
    top: 0;
    left: 0;
    background: linear-gradient(rgb(210, 243, 235, 1), rgba(230, 250, 245, .3)), url(../img/background.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 10px;
    z-index: -1;
}

.contact-map {
    background: #26d48c;
}

.contact-form {
    background: #26d48c;
}

/*** Contact End ***/


/*** Footer Start ***/

.footer .short-link a,
.footer .help-link a,
.footer .contact-link a {
    transition: .5s;
}

.footer .short-link a:hover,
.footer .help-link a:hover,
.footer .contact-link a:hover {
    letter-spacing: 1px;
}

.footer .hightech-link a:hover {
    background: var(--bs-secondary);
    border: 0;
}

/*** Footer End ***/

/*** Nandha Style ***/
.navbar_cust {
    border-radius: 20px;
}

.dv-center {
    align-items: center !important;
    justify-content: center !important;
}

/* --frbs-green:#2EBBAC;
--frbs-blue:#109ED9;
--frbs-purple:#109ED9;
--frbs-abu:#A8AAAC;
--frbs-dark:#4D4D4D; */

.nd-col-red {
    color: #CD0101 !important;
}

.bg-nd-red {
    background-color: #CD0101 !important;
}

.nd-text-1 {
    color: #A8AAAC  !important;
    font-size: 1rem !important;
}

.nd-text-2 {
    color: #A8AAAC !important;
    /* font-size: 1.2rem !important; */
}

.nd-text-tentangkami {
    color: #A8AAAC !important;
}

.nd-col-abutebal {
    color: #A8AAAC !important;
    /* font-size: 1.2rem !important; */
    /* font-weight: 600; */
}

.nd-col-abutebal2 {
    color: #A8AAAC !important;
    font-size: 1rem !important;
}

.nd-col-abutebal1 {
    color: #A8AAAC !important;
    font-size: 1.2rem !important;
}


.nd-col-abutipis {
    color: #4D4D4D !important;
}

.panahbawah {
    margin-top: 10px;
}



.txt-halvar-xbr{
    font-family: 'Halvar_XBd', sans-serif;    
}

.txt-halvar-blk{
    font-family: 'Halvar_Blk', sans-serif;    
}

.txt-ppn-bold{
    font-family: 'ppn_bold', sans-serif;    
}

.txt-ppn-medium{
    font-family: 'ppn_medium', sans-serif;    
}

.txt-ppn-book{
    font-family: 'ppn_book', sans-serif;    
}

.txt-roboto1{
    font-family: 'roboto1', sans-serif;    
}

.txt-roboto2{
    font-family: 'roboto2', sans-serif;    
}

@font-face {
    font-family: 'Halvar_XBd';
    src: url('HalvarBreit-XBd.ttf') format('truetype');
}

@font-face {
    font-family: 'Halvar_Blk';
    src: url('HalvarBreit-Blk.ttf') format('truetype');
}

@font-face {
    font-family: 'ppn_bold';
    src: url('ppneuemontreal-bold.otf') format('truetype');
}

@font-face {
    font-family: 'ppn_book';
    src: url('ppneuemontreal-book.otf') format('truetype');
}

@font-face {
    font-family: 'ppn_medium';
    src: url('ppneuemontreal-medium.otf') format('truetype');
}

@font-face {
    font-family: 'roboto1';
    src: url('Roboto-Bold_0.ttf') format('truetype');
}

@font-face {
    font-family: 'roboto2';
    src: url('Roboto-Medium.ttf') format('truetype');
}

.hover-div {
    cursor: pointer; /* Menambahkan kursor tangan */
}



/* versi 1.0 */