body{
    margin: unset;
}
.section{
    padding-top: 80px;
    padding-bottom: 80px;
}

/* carousel slide */
    .carousel-section{
        height: 60vh;
        background: radial-gradient(farthest-side at 1% 100%, #0e2250, #040e23);
    }
    .carousel-inner{
        color: #fff;
        /* background: no-repeat center center scroll;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover; */
    }
    .carousel-slide .items{
        height: 100%;
    }
    .carousel-slide .items .container, .carousel-slide .row{
        color: white;
    }


    .carousel-slide .img-slide{
        position: relative;
        overflow: hidden;
    }
    .carousel-slide .container img{
        padding-top: 120px;
    }

.carousel-slide h3.heading{
    font-size: 45px;
    margin-top: 150px;
}

.carousel-slide p.heading2{
    font-size: 18px;
}
.carousel-slide .mail-img{
    width: 150px;
}
.carousel-slide h3.nama-server{
    color: #FF6C3A;
    font-weight: bold;
    font-size: 30px;
    margin-top: 110px;
    margin-left: 40px;
}

.carousel-slide li{
    margin-left: 40px;
}

.carousel-slide p.harga-server{
    font-size: 24px;
    font-weight: bold;
    margin-left: 40px;
}

.carousel-slide p.harga-server span{
    font-size: 18px;
}

.carousel-slide .row.server{
    height: 0;
}
.carousel-slide .btn-server{
    margin-right: 1rem;
}
.carousel-slide .carousel-indicators{
    margin-right: unset;
    margin-left: unset;
    padding-left: unset;
    padding-top: 1rem;
    position: relative !important;
}
.carousel-slide .carousel-indicators h6{
    transform: scale(0.8);
    margin-right: .5rem;
    margin-right: .5rem;
    transition: all 0.5 ease;
}
.carousel-slide .carousel-indicators h6:hover{
    transform: scale(0.9);
    margin-right: .5rem;
    margin-right: .5rem;
    transition: all 0.5 ease;
    cursor: pointer;
}
.carousel-slide .carousel-indicators .active{
    transform: scale(1);
    color: #FF6C3A;
}
.carousel-slide .carousel-control-prev{
    left: -30px;
}





/* promo */

section.promo{
    margin-bottom: 40px;
    padding-top: 20px;
    padding-bottom: 30px;
    background-color: #f7f7f7;
}

section.promo h2{
    color: #FF6C3A;
    font-weight: bold;
    letter-spacing: 0.5px;
    margin-top: 20px;
    margin-bottom: 0px;
}

section.promo .card{
    height: 120px;
    border-radius: 8px;
    border: 0px;
    padding: 20px;
    color: #fff;
    text-align: center;
}

section.promo .card p{
    margin-top: 10px;
}

section.promo .card span#oren{
    color: #FF6C3A;
}

section.promo .card span#hitam{
    color: #000;
}

section.promo 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;
}

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

section.promo button.oren{
    background-color: #FF6C3A;
    border-color: #FF6C3A;
}

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

section.promo button.hitam{
    background-color: #000;
    border-color: #000;
}

section.promo button.hitam:hover{
    border-color: #000;
    background-color: transparent;
}

section.promo .card.ungu{
    background: linear-gradient(#4d0679, #af0fb9);
}

section.promo .card.oren{
    background: linear-gradient(#fd3737, #fa6d0f);
}



/* mail Server */

section.mail-server .head{
    margin-top: 40px;
    margin-bottom: 40px;
}

section.mail-server .head h2{
    text-align: center;
}

section.mail-server .head span{
    content: '';
    display: block;
    margin-left: 220px;
    border-bottom: 4px solid #FF6C3A;
    width: 6rem;
}

section.mail-server .head p{
    text-align: center;
}


section.mail-server .table 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;
    border: 2px solid #FF6C3A;
    background-color: #FF6C3A;
    color: #fff;
    border: 2px solid;
}

section.mail-server .table button:hover{
    background-color: transparent;
    border: 2px solid #FF6C3A;
    color: #FF6C3A;
    transition: 0.5s;
}

.tr-heading{
        background: #FF6C3A;
        color: #fff;
        text-transform: uppercase;
        text-align: center;
}

.table .tr-subhead{
    font-weight: bold;
    background: #dadada;
}
.table .domain-name{
    font-weight: bold;
    background: #dadada;
}
.table .table-cell{
    padding: 10px 5px;
    text-align: center;
    vertical-align: middle;
    border: none;
}



/* Server Features */

section.server-feature .head{
    margin-top: 40px;
    margin-bottom: 40px;
}

section.server-feature .head h2{
    text-align: center;
}

section.server-feature .head span{
    content: '';
    display: block;
    margin-left: 220px;
    border-bottom: 4px solid #FF6C3A;
    width: 6rem;
}

section.server-feature .head p{
    text-align: center;
}

section.server-feature .content{
    margin-top: 10px;
    margin-bottom: 40px;
}

section.server-feature .content .card{
    margin-bottom: 40px;
    padding: 10px;
    border: 0px;
}

section.server-feature .content .card #icon{
    width: 80px;
    height: 80px;
    border-radius: 8px;
    margin-bottom: 40px;
}

section.server-feature .content .card #icon img{
    width: 100%;
}

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

section.server-feature .content .card p{
    color: #848484;
}





/* guarantee section */
.guarantee-section{
    
}
.guarantee-section .guarantee-box{
    padding: 2rem;
}
.guarantee-section .guarantee-box .guarantee-img img{
    width: 150px;
}
.guarantee-section .guarantee-box .guarantee-text{
    padding-left: 2rem;
    padding-right: 1rem;
}
.guarantee-section .guarantee-box .guarantee-text h5, .guarantee-box-3 .guarantee-text h5{
    font-weight: bold;
}





/* (smartphone) */
@media screen and (max-width: 767px) {
    /* carousel slide */
    .carousel-section{
        height: 60vh;
    }

    .carousel-slide h3.heading{
        font-size: 35px;
        margin-top: 120px;
    }

    .carousel-slide p.heading2{
        font-size: 16px;
    }

    .carousel-slide .mail-img{
        display: none;
    }
    .carousel-slide h3.nama-server{
        font-size: 30px;
        margin-top: 20px;
        margin-left: 0px;
        text-align: center;
    }

    .carousel-slide li{
        margin-left: 60px;
    }
    
    .carousel-slide p.harga-server{
        font-size: 22px;
        font-weight: bold;
        margin-left: 0px;
        text-align: center;
    }

    .carousel-slide .btn-server{
        margin-right: 0rem;
    }

    .carousel-slide .carousel-indicators h6{
        margin-right: 0rem;
        margin-right: 0rem;
    }
    .carousel-slide .carousel-indicators h6:hover{
        margin-right: 0rem;
        margin-right: 0rem;
    }
    .carousel-slide .carousel-indicators .active{
        transform: scale(1);
        color: #FF6C3A;
    }
    .carousel-slide .carousel-control-prev{
        left: 0px;
    }



    section.promo h2{
        text-align: center;
    }

    section.promo .card{
        height: 120px;
        margin-top: 20px;
    }
    
    section.mail-server .head span{
        margin-left: 130px;
        border-bottom: 3px solid #FF6C3A;
    }

    section.server-feature .head span{
        content: '';
        display: block;
        margin-left: 120px;
        border-bottom: 3px solid #FF6C3A;
    }
}