*{
    margin: 0;
    padding: 0;
}

body {
    transition: all .1 ease;
    font-family: 'Montserrat', sans-serif;
}

/* Section Nav */
nav {
    display: flex;
    background-color: rgba(255, 255, 255);
    box-shadow: 0px 8px 20px rgba(0, 0, 0, 0.25);
    justify-content: space-between;
    color: #4F4F4F;
    align-items: center;
    padding: 0.5rem 1rem;
}

nav .navbar-brand {
    display: inline-block;
    padding-left: 5rem;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    margin-right: 1rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

nav .navbar-brand-footer {
    display: inline-block;
    padding-top: 0.3125rem;
    padding-bottom: 0.3125rem;
    font-size: 1.25rem;
    line-height: inherit;
    white-space: nowrap;
}

nav ul {
    display: flex;
    list-style: none;
    justify-content: space-between;
}

nav .kontak a {
    font-weight: 700;
    align-items: center;
    justify-content: center;
}

nav ul li a {
    color: #4F4F4F;
    text-decoration: none;
    font-size: 1rem;
    font-weight: 400;
}

nav ul li a:hover {
    color: #EB5757;
    font-weight: 700;
}

.nav-item-right {
    margin-left : 200px;
    font-weight: 700;
}

/* End Section Nav */

.page-section-item {
    position: relative;
    margin-bottom: 50px;
}

.beranda-bg-color {
    background-color: #abd8ff;
    /* clip-path: polygon(0 0, 100% 0, 100% 70%, 0 100%); */
    /* background-image: url("../images/background.JPEG");
    background-size: cover;
    background-repeat: no-repeat; */
}

.layanan-bg-color {
    background-color: #abd8ff;
}

.kontak-bg-color {
    background-color: #abd8ff;
}

/* Section Home */
.home {
    width: 75%;
    padding-left: 15px;
    padding-top: 50px;
    padding-bottom: 100px;
    margin-left: auto;
    margin-right: auto;
}

.home .section-beranda-text h1 {
    font-weight: 700;
    font-size: 50px;
    line-height: 65px;
}

.home .section-beranda-text p {
    margin-top: 8px;
    font-family: 'Lato';
    font-size: 18px;
    color: #0099ff;
}

.home .section-beranda-text a{
    color: black;
    text-decoration: none;
    font-weight: 700;
    font-size: 16px;
    line-height: 20px;
}

.home .section-beranda-text a:hover{
    color: blue;
    text-decoration: none;
    font-weight: 700;
}

.home h1 {
    font-weight: 700;
    font-size: 50px;
    justify-content: center;
}
/* End Section Home */

/* Section Beranda */
.beranda .rectangle {
    text-align: center;
    padding: 20px;
    background-color: #abd8ff;
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}

.beranda .title {
    font-weight: 700;
    font-size: 20px;
    text-align: left;
}

.beranda .rectangle p {
    font-family: 'Lato';
    font-size: 18px;
    color: #4F4F4F;
    text-align: left;
}
/* End Section Beranda */

/* Section Layanan */
.layanan {
    justify-content: center;
}

.layanan .owl-carousel-layanan .card {
    height: 200px;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    padding: 20px;
    margin-bottom: 20px;
}

.layanan .owl-carousel-layanan .card img {
    margin-bottom: 20px;
    margin-top: 10px;
}

.layanan .owl-carousel-layanan .card p {
    margin-bottom: 0;
    font-family: 'Lato';
    font-size: 14px;
    line-height: 20px;
    text-align: center;
}

.layanan .box-promo {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
}

.layanan .box-promo-content {
    padding: 36px;
}

.layanan .border-kanan {
    border-right: 1px solid #000;
}

.layanan .header-table {
    position: absolute;
    background: #DBBDDB;
    width: 100%;
    height: 100px;
}

.layanan h4 {
    text-align: center;
    margin-bottom: 40px;
    font-weight: 700;
    color: #9B51E0;
}

.layanan .box-promo-border-right {
    border-right: 1px solid #000;
}

.layanan .list-group-item {
    background-color: transparent;
    border-radius: 0;
    border-bottom: 0;
    text-align: center;
}

.layanan .list-group-item {
    margin: 10px;
}

.layanan table {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%);
    box-shadow: 0px 16px 40px rgba(0, 0, 0, 0.25);
    border-collapse: collapse;
    border-radius: 1em;
    overflow: hidden;
}

.layanan .thead-purple th {
    color:#9B51E0;
    background-color:#DBBDDB;
}

.layanan th, td {
    text-align: center;
    padding: 20px 40px;
}

.layanan .table td, .table th {
    padding: 1rem;
}

.layanan .border-kanan{
    border-right: 0.6px solid #8F81B8D6;
}
/* End Section Layanan */

/* Section Aplikasi */
.aplikasi .hor-inline-menu {
    padding: 0;
    margin: 0;
    list-style: none;
    display: inline-flex;
    text-align: center;
}

.aplikasi li {
    margin: 40px;
}

.aplikasi .active a{
    background-color: white;
    border-bottom: 1px solid #273d70;
    color: #273d70
    
}

.aplikasi a:hover{
    text-decoration: none;
    color: #273d70;
    background-color: white;
    border: 1px solid #273d70;
}

.aplikasi a:focus{
    background: white;
}

.aplikasi .step-image {
    text-align: center;
}

.aplikasi .box-step {
    padding: 30px;
    background: rgba(255, 255, 255, 0.4);
    border-radius: 25px;
    border: 1px solid #273d70;
}

.aplikasi .number {
    height: 52px;
    width: 52px;
    border-radius: 50%;
    border: 1px solid #273d70;
}

.aplikasi .number h3 {
    padding-top: 5px;
    color: #273d70;
    text-align: center;
}

.aplikasi .box-step p {
    font-size: 20px;
    font-weight: 700;
    line-height: 29px;
}
/* End Section Aplikasi */

/* Section Testimoni */
.testimoni .box-testimoni {
    text-align: center;
    padding: 25px 42px;
    /* background: linear-gradient(180deg, rgba(255, 255, 255, 0.4) 0%, rgba(255, 255, 255, 0.1) 100%); */
    background-color: #abd8ff;
    box-shadow: 0px 5px 5px rgba(0, 0, 0, 0.25);
    border-radius: 16px;
    margin-bottom: 20px;
    height: 660px;
}

.testimoni .box-testimoni span {
    width: 300px;
    height: 100px;
    position: absolute;
    bottom: 0px;
    left: 50%;
    right: 25%;
    margin-left: -150px;
}

.testimoni img {
    margin-bottom: 25px;
}

.testimoni h3 {
    font-weight: 700;
    font-size: 24px;
    margin-bottom: 25px;
}

.testimoni p {
    font-family: 'Lato';
    font-size:16px;
    margin-bottom: 62px;
}

.testimoni span {
    font-family: 'Lato';
    font-size: 14px;
    color: #2F80ED;
}
/* End Section Testimoni */

/* Section Kontak */
.kontak {
     padding-bottom: 0.15rem;
}
.kontak .box-kontak {
    background: rgba(255, 255, 255, 0.4);
    border-radius: 8px;
    margin-bottom: 15px;
    padding-left: 25px;
    padding-top: 15px;
    padding-right: 15px;
    padding-bottom: 10px;
    align-items: center;
}

.kontak h4 {
    font-size: 18px;
    font-weight: 700;
}

.kontak .map-responsive {
    overflow:hidden;
    padding-bottom:90.25%;
    position:relative;
    height:0;
}

.kontak .map-responsive iframe {
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

#map {
    height: 100%;
}

.kontak .map-control {
    background-color: #fff;
    border: 1px solid #ccc;
    box-shadow: 0 2px 2px rgba(33, 33, 33, 0.4);
    font-family: "Roboto", "sans-serif";
    margin: 10px;
    /* Hide the control initially, to prevent it from appearing
            before the map loads. */
    display: none;
}

#map .map-control {
    display: block;
  }
  
  .selector-control {
    font-size: 14px;
    line-height: 30px;
    padding-left: 5px;
    padding-right: 5px;
  }
/* End Section Kontak */

/* Section Syarat Ketentuan */
.syarat-ketentuan h1 {
    font-weight: 700;
}

.syarat-ketentuan .list-perilaku {
    margin-left: 40px;
}

.google-play img {
    height: 80px; 
    float: right ;
}
/* End Section Syarat Ketentuan */

/* Responsive */
    @media screen and (max-width: 992px) 
    {
        h1, p, h4, a{
            text-align: center;
        }

        .nav-item-right {
            margin-left : 0px;
            font-weight: 700;
        }

        .layanan .border-kanan {
            border-right: 0px;
        }

        .layanan .list-group-item {
            margin: 0;
        }
        
        .aplikasi .hor-inline-menu li {
            margin: 20px;
        }

        .aplikasi .hor-inline-menu h6 {
            font-size : 18px;
        }

        .aplikasi .step-image {
            text-align: center;
        }

        .aplikasi .box-step .number{
            margin-left:auto;
            margin-right: auto;
            margin-bottom: 10px;
        }

        .link-kebijakan {
            text-align: center;
        }

        .google-play {
            text-align: center;
        }

        .google-play img {
            height: 80px;
            float:none;
        }

        .box-kontak {
            text-align: center;
        }

        .box-kontak a {
            align-items: center;
        }
    }

    /* Ukuran Tablet */
    @media screen and (max-width: 768px) 
    {
        nav ul {
            display: none;
        }
    }
    /* End Ukuran Tablet */

    /* Ukuran Mobile */
    @media screen and (max-width: 576px) 
    {
        .layanan .box-promo {
            margin: 0;
        }
    }
    /* End Ukuran Mobile */

/* End Responsive */