
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --blue: #253480;
    --blue2: #424ee2;
    --blue-light: #20A8E0;
    --white: #ffffff;
    --yellow: #FDB713;
    --orange: #fc7f4a;
    --dark-title : #373737;
    --dark-desc : #4A4A4A;
}
html {
    scroll-behavior: smooth;
  }

body{
    font-family: 'Poppins', sans-serif;
}
.bg-gray{
    background-color: #f2f2f2;
}
.text-orange{
    color: #fc7f4a;
} 
.container .fixed-top.bg-white.shadow.no-shadow{
    box-shadow: 0 .5rem 1rem rgb(255, 255, 255) !important;
    transition: box-shadow 0.5s ease-in-out;
}
.container .fixed-top.bg-white.shadow{
    box-shadow: 0 .5rem 1rem rgba(140, 140, 140, 0.15) !important;
    transition: box-shadow 0.5s ease-in-out;
}
.statistik-data i{
    font-size: 60px;
}
.statistik-data .text-blue{
    font-size: 60px;
}
.custom-navbar{
    border-bottom: 0px solid #eabba8;
}
.custom-navbar a span{
    font-size: 1rem;
    font-weight: 500;
}
.custom-navbar .container-fluid .navbar-brand{
    /* max-height: 1rem; */
    width: auto;
    height: 4rem;
}
.custom-navbar .container-fluid img{
    /* max-height: 1rem; */
    max-height: 100% !important;
    width: auto !important;
}
.custom-navbar .navbar-nav .nav-item .chat{
    color: #222;
    font-size: 15px;
    font-weight: 600;
    border-radius: 16px 0px 10px 16px;
    background: var(--yellow);
    box-shadow: 0px 5px 2px 0px rgba(253, 183, 19, 0.42);
}
.bordernya {
    width: 100%;
    position: relative;
  }
.custom-navbar .navbar-nav .nav-item .nav-link.active #borderBottom {
    border-bottom: 2px solid #0004ff;
    position: absolute;
    left: 30%;
    right: 30%;
}
.jumbotron .jumbotron-title h1{
    font-size: 70px;
    font-style: normal;
    font-weight: 600;
    line-height: 88px;
}
.jumbotron .jumbotron-desc{
    color: var(--dark-desc);
    font-size: 16px;
    font-weight: 500;
}
.jumbotron-btn .btn{
    color: #222;
    font-size: 14px;
    font-weight: 600;
    border-radius: 0px 25px 25px 15px;
    background: var(--yellow);
    box-shadow: 0px 5px 2px 0px rgba(253, 183, 19, 0.42);
}
.simplifikasi .simplifikasi-title{
    font-size: 92px;
    font-weight: 600;
    letter-spacing: 3.68px;
    margin-bottom: -2rem;
}
.simplifikasi .garis{
    width: 14px;
    height: 225.1px;
    border-radius: 12px;
    background: var(--yellow);
}
.simplifikasi .simplifikasi-desc{
    
    color: var(--dark-desc);
    font-size: 16px;
    font-weight: 500;
}
.simplifikasi .simplifikasi-desc h1{
    margin-top: -6.5rem;
    margin-bottom: -1.5rem;
    font-size: 63px;
    font-weight: 400;
    letter-spacing: -1.9px;
}
.simplifikasi .simplifikasi-desc h1 .titik{
    font-size: 179px;
    /* letter-spacing: 8.95px; */
}
.simplifikasi .img-simplifikasi{
    border-radius: 100rem;
    height: 450px;
    /* border-radius: 220px; */
    background: lightgray 50% / cover no-repeat;
    box-shadow: 1px 5px 6px 0px rgba(0, 0, 0, 0.25);
}
.statistik b{
    font-size: 50px;
    font-weight: 500;
}
.garis2{
    width: 7px;
    height: 100%;
    /* #FDB713, #FCD88336 */
    background-image: linear-gradient(180deg, #FDB713, #FCD88336);
    border-radius: 4px;
}
/*  */
.bg-orange{
    background-color: var(--orange);
    color: #fff;
}
.text-blue{
    color: var(--blue);
}
.text-blue-light{
    color: var(--blue-light);
}
.text-yellow{
    color: var(--yellow);
}
.dark-title{
    color: var(--dark-title);
}
.dark-desc{
    color: var(--dark-desc);
}
.hukum .peraturan-title{
    font-size: 54px;
    font-weight: 500;
    line-height: 69px;
}
.hukum .peraturan-title span{
    font-size: 34px;
    font-weight: 500;
    line-height: 69px;
}
.hukum .peraturan-desc{
    font-size: 17px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.hukum .isi-peraturan .judul-konten-peraturan{
    background: #D3D3D3;
    padding: 0.6rem;
    font-size: 13px;
    font-weight: 600;
}
.sample-chat .user-name{
    color: var(--yellow);
}
.sample-chat .admin-name{
    color: var(--blue-light);
}
.sample-chat .header-sample{
    color: #2B2B2B;
    font-size: 52px;
    font-weight: 500;
    line-height: 69px;
}
.text-white-custom{
    color: #EBEBEB;
}
footer{
    background: #202020;
    font-size: 12px !important;
    font-weight: 500 !important;
}
footer .icon-sosmed {
    padding-bottom: 2rem;
}
footer .icon-sosmed a{
    display: inline-block;
    width: 36px;
    height: 36.019px;
    flex-shrink: 0;
    border-radius: 36px;
    background: #20A8E0;
}
footer .icon-sosmed a svg{
    width: 70%;
    height: 70%;
}
.logo-footer{
    width: 8rem;
}
footer .footer-header{
    font-size: 16px;
    font-weight: 600;
}
  
.chart-pertama{
    max-height: 17rem !important;
}
.navbar .navbar-nav .nav-item{
    color: #6C6C6C;
    font-size: 15px;
    font-weight: 500;
}
.content-wrapper{
    margin-top: 10rem;
}
footer a:hover, footer .nav-link:hover{
    color: #D3D3D3;
}
@media only screen and (max-width: 576px) {
    .custom-navbar .container-fluid .navbar-brand span{
        display: none;
    }
    .content-wrapper{
        margin-top: 7rem;
    }
    .jumbotron h1{
        font-size: 3rem !important;
        line-height: 1.2 !important;
    }
    .jumbotron img{
        display: none;
    }
    .jumbotron .jumbotron-desc{
        padding: 0 !important;
        margin: 0 !important;
    }
    .simplifikasi .simplifikasi-title{
        font-size: 2.5rem !important;
    }
    .simplifikasi .simplifikasi-desc h1{
        margin-top: -3rem;
        margin-bottom: -1rem;
        font-size: 1.8rem;
        font-weight: 400;
    }
    .simplifikasi .simplifikasi-desc h1 .titik{
        font-size: 6rem;
    }
    .simplifikasi img{
        display: none;
    }
    .simplifikasi .statistik .garis2, .simplifikasi .statistik .garis21{
        background-image: linear-gradient(180deg, #FDB71300, #FCD88300);
    }
    .hukum .peraturan-title{
        font-size: 3rem;
        /* font-weight: 500; */
        line-height: 12px;
    }
    #kontak .alamat{
        padding-left: 0.7rem !important;
    }
}
@media only screen and (max-width: 810px) {

}