/* Head */
.vps .head .jumbotron{
    background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
    color: #fff;
    border-radius: unset;
    height: 420px;
}

.vps .head .jumbotron h4{
    margin-top: 80px;
    color: #FF6C3A;
    font-weight: bold;
    letter-spacing: 0.8px;
    font-size: 28px;
}

.vps .head .jumbotron h6{
    margin-top: 85px;
    font-size: 17px;
}

.vps .head .jumbotron button{
    border-radius: 100px;
    padding-top: 6px;
    padding-bottom: 6px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    border: 2px solid;
    text-transform: uppercase;
}

.vps .head .jumbotron button:hover{
    border: 2px solid;
    color: #fff;
    transition: 0.5s;
}

.vps .head .jumbotron button.oren{
    border-color: #FF6C3A;
}

.vps .head .jumbotron button.oren:hover{
    border-color: #FF6C3A;
    background-color: #FF6C3A;
    color: white;
}

/* Paket */
.paket .card{
    height: 300px;
    border-radius: 8px;
    border: 0px;
    padding: 20px;
    color: #fff;
    text-align: center;
    margin-top: -200px;
    margin-bottom: 40px;
}


.paket .card.A{
    background: linear-gradient(#ff4b22, #ff6331);
}

.paket .card.B{
    background: linear-gradient(#ff6a00, #ff9800);
}

.paket .card.C{
    background: linear-gradient(#051563, #af0fb9);
}

.paket .card.D{
    background: linear-gradient(#0c5086, #009688);
}

.paket .card.E{
    background: linear-gradient(#008b8b, #00ffff);
}

.paket .card.F{
    background: linear-gradient(#008000, #adff2f);
}

.paket .card.G{
    background: linear-gradient(#8b4513, #f4a460);
}

.paket .card.H{
    background: linear-gradient(#ffa500, #ffff00);
}

.paket-tambahan{
    padding-top: 12rem;
}

.paket .card .icon{
    background-color: #000000c4;
    border-radius: 50%;
    width: 85px;
    height: 85px;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    padding: 15px;
}

.paket .card .icon img{
    width: 100%;
}

.paket .card h5{
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 5px;
}

.paket .card p{
    margin-top: 50px;
    margin-bottom: 5px;
    font-weight: bold;
}

.paket .card span{
    font-weight: normal;
    font-size: 13px;
    font-style: italic;
}

.paket button{
    border-radius: 100px;
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 32px;
    padding-right: 32px;
    font-weight: bold;
    font-size: 12px;
    letter-spacing: 0.5px;
    text-align: center;
    color: #fff;
    border: 2px solid;
    text-transform: uppercase;
}

.paket button:hover{
    border: 2px solid;
    color: #fff;
    transition: 0.5s;
}

.paket button.oren{
    border-color: #FFF;
}

.paket button.oren:hover{
    border-color: #FF6C3A;
    background-color: transparent;
}

/* Table VPS */

.table-vps{
    margin-bottom: 40px;
    margin-top: 20px;
}

.table-vps .head{
    margin-top: 40px;
    margin-bottom: 0px;
}

.table-vps .head h2{
    text-align: center;
}

.table-vps .head span{
    content: '';
    display: block;
    margin-left: 180px;
    border-bottom: 4px solid #FF6C3A;
    width: 10rem;
}

.table-vps .nav-pills .nav-link.btn{
    margin: 0.2rem;
    border: 1px solid #3a3a3a;
    border-radius: 50px 50px 50px 50px;
}
.table-vps .nav-pills .nav-link.active, .nav-pills .show>.nav-link {
    border: unset;
    color: #fff;
    background: linear-gradient(45deg, #e41733, #FF6C3A);
    border-radius: 50px 50px 50px 50px;

}

.table-vps .tr-heading{
    background: #FF6C3A;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
}
.table-vps .table .tr-subhead{
    font-weight: bold;
    background: #dadada;
}
.table-vps .tr:hover{
    background: #FF6C3A;
    color: white;
}
.table-vps .table .pack-name{
    padding-left: 1rem;
    text-align: left;
    font-weight: bold;
    background: #dadada;
}
.table-vps .table tr td {
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border: none;
}
.table-vps .table tr td i{
    margin-right: 5px;
}
.table-vps .table tr td .fa-check{
    color: green;
    margin-right: 5px;
}
.table-vps .table .t-price{
    text-align: center;
    color: #FF6C3A;
    font-weight: bold;
}


/* Kelebihan */
.kelebihan{
    background-color: #f1f1f1;
    padding-top: 40px;
    padding-bottom: 40px;
}

.kelebihan .head{
    margin-top: 40px;
    margin-bottom: 40px;
}

.kelebihan .head h2{
    text-align: center;
}

.kelebihan .head span{
    content: '';
    display: block;
    margin-left: 210px;
    border-bottom: 4px solid #FF6C3A;
    width: 8rem;
}

.kelebihan .content{
    margin-top: 10px;
    margin-bottom: 40px;
}

.kelebihan .content .card{
    margin-bottom: 40px;
    padding: 20px;
    border: 0px;
    border-radius: 8px;
}

.kelebihan .content .card #icon{
    width: 55px;
    height: 55px;
    margin-bottom: 40px;
}

.kelebihan .content .card #icon img{
    width: 100%;
}

.kelebihan .content .card h4{
    font-weight: bold;
    font-size: 22px;
    letter-spacing: 0.5px;
}

.kelebihan .content .card p{
    color: #848484;
}


/* (smartphone) */
@media screen and (max-width: 767px) {
    
    .vps .head .jumbotron h6{
        margin-top: 10px;
        font-size: 16px;
    }

    .vps .head .jumbotron button{
        display: none;
    }

    /* Paket */
    .paket .card{
        height: 300px;
        margin-top: -150px;
        margin-bottom: 200px;
    }

    .table-vps .head{
        margin-top: -80px;
        margin-bottom: 0px;
    }
    
    .table-vps .head h2{
        font-size: 26px;
    }
    
    .table-vps .head span{
        content: '';
        display: block;
        margin-left: 100px;
        border-bottom: 3px solid #FF6C3A;
        width: 10rem;
    }

    .kelebihan .head h2{
        font-size: 26px;
    }

    .kelebihan .head span{
        margin-left: 110px;
        border-bottom: 3px solid #FF6C3A;
        width: 8rem;
    }

}