.bg-section-hero {
    background-image: url('../images/bg-hero.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.bg-cst-dark {
    background-color: #d7d7d7;
}

.hero {
    padding: 220px 0px 170px 0px!important;
}

.tentang-beranda .title-section {
    font-weight: bold;
    color: #27c0f0;
}

.tentang-beranda .row-tentang-beranda {
    display: flex;
    justify-content: center;
    align-items: center;
    align-content: center;
}

/* Benefit */

.parallax-benefit {
    /* The image used */
    background-image: url("../images/bg-parallax-benefit.jpg");
  
    /* Set a specific height */
    min-height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-benefit .title-section {
    font-weight: bold;
    color: #27c0f0;
    text-align: center;
    margin-bottom: 25px;
}

.parallax-benefit .card .img-benefit {
    width: 200px;
    height: auto;
    padding: 15px;
}

.parallax-benefit .card {
    background-color: rgb(255 255 255 / 79%);
}

.parallax-benefit .card .card-body .card-title {
    font-weight: bold;
    color: #27c0f0;
    text-align: center;
}

.parallax-benefit .card .card-body .card-text {
    text-align: justify;
    min-height: 100px;
}

.section-kelebihan .title-section{
    font-weight: bold;
    color: #27c0f0;
    text-align: center;
    margin-bottom: 25px;
}

.section-kelebihan .list-kelebihan-deskripsi {
    font-size: 1rem;
    text-align: justify;
    min-height: 120px;
}

.section-kelebihan .list-title {
    font-weight: bold;
    color: #ffffff;
}

/* model bisnis */
.model-bisnis h1.title-model-bisnis {
    font-weight: bold;
    color: #27c0f0;
}

/* ijin usaha */
.ijin-usaha h1.title-ijin-usaha {
    font-weight: bold;
    color: #27c0f0;
}

/* Kerjasama Jual Beli */
.section-kerjasama .title-kerjasama {
    font-weight: bold;
    color: #27c0f0;
}

.section-kerjasama .paragraf-kerjasama {
    color: #000000;
    font-size: 1.1rem;
}

.section-kerjasama .list-kerjasama {
    color: #000000;
    font-size: 1rem;
}

/* teknis jasa jual */


.parallax-jasa-jual {
    /* The image used */
    background-image: url("../images/bg-parallax-jasa-jual.jpg");
  
    /* Set a specific height */
    min-height: 500px;
  
    /* Create the parallax scrolling effect */
    background-attachment: fixed;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.parallax-jasa-jual .title-section {
    font-weight: bold;
    color: #27c0f0;
    text-align: center;
}

.parallax-jasa-jual .sub-title-ketentuan {
   color: #ffffff;
}


.parallax-jasa-jual .box-content {
    background-color: rgb(255 255 255 / 79%);
    padding: 25px;
    border-radius: 20px;
}

.parallax-jasa-jual .row-jasa-jual {
    display: flex;
    justify-content: center;
}

.parallax-jasa-jual .box-content .title-jasa-jual {
    text-align: center;
    color: #27c0f0;
    font-weight: 600;
}

.parallax-jasa-jual .box-content .deskripsi-jasa-jual {
    min-height: 90px;
    margin-bottom: 20px;
    color: #000000;
    font-size: 1rem;
    text-align: center;
}

/* Kontak */

.section-kontak .title {
    font-weight: bold;
    color: #27c0f0;
    text-align: center;
}

.section-kontak .card{
    border-radius: 20px;
    padding: 20px 10px;
    display: flex;
    align-items: center;
}

.section-kontak .icon-kontak {
    background-color: #000000;
    text-align: center;
    width: 110px;
    padding: 30px;
    border-radius: 100px;
}

.section-kontak .icon-kontak i{
    font-size: 50px;
    color: #27c0f0;
}

.section-kontak .card .card-body{
    text-align: center;
    min-height: 160px;
}

.section-kontak .card .card-body .card-title{
    font-weight: bold;
    color: #27c0f0;
}

.section-kontak .card .card-body .card-text{
    text-align: center;
    font-size: 1rem;
    color: #000000;
}