html, body{
    background: #EDEDED;
    font-family: Montserrat, sans-serif;
    scroll-behavior: smooth;
}

hr {
    margin-top: 0px;
    margin-bottom: 0px;
    border: 0;
    border-top: 1px solid #eee;
}

.form-control input{
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    -o-box-shadow: none;
    box-shadow: none;
}

.control-label span{
    color: red;
}


.banner-top{
    /* background: #051873; */
    /* background-color: #051873;
background-image: url("data:image/svg+xml,%3Csvg width='6' height='6' viewBox='0 0 6 6' xmlns='http://www.w3.org/2000/svg'%3E%3Cg fill='%231b329c' fill-opacity='0.21' fill-rule='evenodd'%3E%3Cpath d='M5 0h1L0 6V5zM6 5v1H5z'/%3E%3C/g%3E%3C/svg%3E");
 */

 background:url(https://www.firstmedia.com/files/images/d/other/upgrade-package/blue.png);
 background-size:cover;
 background-position:center;
    height: 300px;
}

.img-paket-top img{
    width: 80%;
    background: #0748ca;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.img-paket-top{
    background: #0748ca;
    border-top-left-radius: 3px;
    border-top-right-radius: 3px;
}

.top{
    padding-top:140px;
}

.jdl-banner{
    font-family: Montserrat, sans-serif;
    font-weight: 600;
    font-size: 23px;
    color: white;
    text-transform: uppercase;
    
}

.sub-jdl-banner{
    font-family: Montserrat, sans-serif;
    font-weight: 400;
    font-size: 15px;
    color: white;
    /* text-transform: uppercase;  */
}


.main-body{
    /* padding-bottom:100px; */
    margin-top:-65px;
}


/* KIRI */
.main-kiri{
    /* margin-top:-65px; */
}

.detail-paket{
    background: #FFFFFF;
    border-radius: 3px;
    box-shadow: 0px 0px 4px rgba(0, 0, 0, 0.25);
}

.jdl-card{
    font-family: Montserrat, sans-serif;
    font-weight: 700;
    font-size: 13px;
    line-height: 16px;

    padding:20px 35px;
}

.paket-fromto{
    padding:25px 35px 0px;
}



.arrow-to img{
    width:35px;
}

.prev-paket{
    font-size: 13px;
    font-weight: 700;
}

.prev-paket span{
    font-weight: 500;
}

.akun-info{
    margin-top:20px;
}

.akun label{
    font-weight: 500;
    font-size: 11px;
}

.akun input, .akun .select2-container--bootstrap .select2-selection.form-control {
    font-weight: 600;
    font-size: 13px;
    border-radius:2px;
}

.select2-container--bootstrap .select2-results__option{
    font-size: 12px;
}

.btn-otp{
    margin-top:20px;
    float:right;

    border-radius: 100px;
    padding:10px 40px;
    color: black;
    font-weight: 600;
    font-size: 11px;
    text-transform: uppercase;
    background: rgba(193, 193, 193, 0.5);
}

.ck-box{
    font-size: 12px;
    font-weight: 500;
}

.btn-belisekarang{
    background: #083c86;
    width: 100%;
    font-size: 12px;
    font-weight: 700;
    color:white;
    text-transform: uppercase;
    padding:13px 25px;
}

.btn-belisekarang:hover{
    color:white;
}

.jdl-order{
    font-size: 12px;
    padding:12px;
    text-align: center;
    text-transform: uppercase;
    font-weight: 700;
    background:#E3E3E3;
    border-radius: 3px;
}

.detail-beli{
    font-weight: 400;
    font-size: 11px;
    margin-top:25px;
}

.det-beli{
    margin-top:20px;
}

.det-product{
    text-align: right;
}

.grand{
    padding:10px 0;
}

.grand-total{
    font-weight: 700;
    font-size: 11px;
    margin-top:0px;
}

.note{
    font-weight: 400;
    font-size: 8px;
    margin-top:0px;
    padding-top:5px;
}

.upgrade-logo{
    padding:20px;
    background:white;
    color:black;
    text-align: center;
    border-radius: 50%;

    width: 50px;
        height: 50px;
        padding:15px;
        font-size: 14px;
    float:left;

}

/* FOOTER */
.footer{
    margin-top:100px;
    margin-bottom:15px;
}

.footer-sec{
    padding-left:50px;
    border-radius:8px;
    background:#051873;
}

.text-call{
    padding:30px;
    padding-top:45px;
    font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 20px;
color:white;
/* line-height: 25px; */
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
background:#e1be43;
border-top-left-radius: 60px;
}

.cp{
    font-family: Montserrat;
font-style: normal;
font-weight: 600;
font-size: 12px;
line-height: 18px;
letter-spacing: 0.01em;

color: #7A7A7A;
text-align: center;
margin-bottom: 25px;
}


.img-link{
    padding-right: 30px;
    padding-top:30px;
    padding-bottom: 10px;
}

/* navbar */
.kepala{
    padding:25px 0 20px 0;
    position: fixed;
    top: 0;
    transition: 0.2s;
    z-index: 9998;
    width: 100%;
}

.logo-kv{
    z-index: 9999;
    position: relative;
}

.kepala .img-logo img{
    width: 75px;
}

.kepala .img-logo span{
    color:white;
    font-weight: 500;
    font-size: 13px;
    float:right;
    text-align: right;
    padding-top: 11px;
}

.shadow-sm{
    box-shadow: 0 .125rem .25rem rgba(0,0,0,.075)!important;
}


/* LANDING PAGE */
.banner-lp img{
    width: 85%;
}

.banner-top-lp{
    /* background: #051873; */
    background:#205cd8;
    height: auto;
}



.paket{
    margin-top:30px;
}


.list-paket-lp img{
    width: 60%;
    margin-bottom:20px;
}

.top-lp{
    padding-top: 88px;
}

.wording{
    margin-top:10px;
    padding:15px;
    font-size: 12px;
    text-align: center;
    width: 75%;
}

.wording span{
    font-weight: 700;
}

.btn-disini-lp{
    background:#ff2b51;
    border-radius:20px 0;
    padding:15px 25px;
    margin-top:20px;
    color:white;
}

.btn-disini-lp:hover{
    color:white;
}

.kirim-ulang{
    text-align: center;
    font-size: 9px;
    margin-top:5px;
}

.syarat{
    width: 60%;
}

@media(max-width:700px){
    .syarat{
        width: 95%;
    }
}
.Footer-BackgroundColor {
    background-color: rgba(8, 142, 117, 1);
    height: 100%;
}
.text-white {
color:#ffffff;
}
.link-container {
    margin-top: 1vh;
    background-color: transparent; /* Transparent background */
    text-align: left; /* Align links to the left */
}

    /* Link styling */
    .link-container .text-white {
        color: white; /* White text color */
        text-decoration: none; /* Remove underline */
    }

        /* Add separators between links */
        .link-container .text-white:not(:last-child)::after {
            content: "|"; /* Separator character */
            margin-left: 1%; /* Space after separator */
            color: white; /* White color for separator */
        }
