/* fonts */
@font-face {
    font-family: 'play';
    src: url('../fonts/play/play-regular-webfont.eot');
    src: url('../fonts/play/play-regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play/play-regular-webfont.woff2') format('woff2'),
         url('../fonts/play/play-regular-webfont.woff') format('woff'),
         url('../fonts/play/play-regular-webfont.ttf') format('truetype'),
         url('../fonts/play/play-regular-webfont.svg#playregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Play';
    src: url('../fonts/play/play-bold-webfont.eot');
    src: url('../fonts/play/play-bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/play/play-bold-webfont.woff2') format('woff2'),
         url('../fonts/play/play-bold-webfont.woff') format('woff'),
         url('../fonts/play/play-bold-webfont.ttf') format('truetype'),
         url('../fonts/play/play-bold-webfont.svg#playbold') format('svg');
    font-weight: bold;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: 700;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Semibold-webfont.svg#open_sanssemibold') format('svg');
    font-weight: 600;
    font-style: normal;
}

@font-face {
    font-family: 'Open Sans';
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot');
    src: url('../fonts/open-sans/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.woff') format('woff'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.ttf') format('truetype'),
         url('../fonts/open-sans/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

body {
    font-family: 'Open Sans', sans-serif;
    font-size: 14px;
    line-height: 1.6em;
	background: url('../images/background-4-pupr.png');
    background-attachment: fixed;
}

/* container */
.container {
    max-width: 800px;
}

.container-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}

/* header */
.topbar {
    background: #0d2d6c;
    color: #ffca00;
    font-family: 'Play', sans-serif;
    padding: 10px 0;
    border-bottom: 4px solid #bcc5cd;
}

.topbar a {
    color: #f09217;
    text-decoration: none;
}

.topbar-shadow {
    -webkit-box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
    -moz-box-shadow: 0px 0px 5px 0px rgba(0, 0, 0, 0.3);
    box-shadow: 0px 0px 5px 0px rgb(0 0 0 / 30%);
}

header {
    background-color: #f8f9fa;
    border-bottom: 4px solid #bcc5cd;
}

header img {
    max-width: 100%;
}

/* footer */
footer {
    background: #0d2d6c;
    color: #E4ECFC;
    font-family: 'Play', sans-serif;
    padding: 10px 0;
    border-top: 3px solid #ffca00;
    min-height: 100px;
}

footer .copyright {
    color: #ffca00;
}

/* navbar */
.navbar {
    font-family: 'Play', sans-serif;
}

/* main-content */
.main-content {
    padding: 20px;
    min-height: calc(100vh - 200px);
	background: url('../images/background-1-yellow.png');
	background-position: bottom;
}

@media (max-width: 575.98px) {
    .main-content {
        margin: 0 10px;
        width: auto;
    }
}

.main-content .page-title {
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
}

/* card */
.card-layanan {
	margin-bottom:20px;
    height:250px;
    background: linear-gradient(115.16deg, #E4ECFC 56.03%, #7786D3 139.49%), linear-gradient(0deg, #4263BB, #4263BB);
    border: 1px solid #4263BB;
}

.card-layanan-1 {
	animation-delay: 0ms;
}

.card-layanan-2 {
	animation-delay: 150ms;
}

.card-layanan-3 {
	animation-delay: 300ms;
}

.card-layanan-4 {
	animation-delay: 450ms;
}

.card .card-title {
    font-family: 'Play', sans-serif;
    font-size: 20px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    padding-bottom: 10px;
    margin-bottom: 15px;
    color: #0d2d6c !important;
}

.card .card-title a {
    text-decoration: none;
}

.card .btn-link {
    color: #ffca00;
}

.card .next-arrow {
    position: absolute;
    right: 18px;
    bottom: 18px;
}

.card .next-arrow a {
    color: #0d2d6c !important;
}

@media (max-width: 575.98px) {
    .card-layanan {
        height: auto;
    }

    .card .card-body {
        padding: 10px;
    }

    .card .card-title {
        font-size: 16px;
        padding: 0;
        margin: 0;
        border: 0;
    }
    
    .card .card-text,
    .card .next-arrow {
        display: none;
    }
}


/* overlay */
.overlay {
	background-color: rgba(0, 0, 0, .7);
	height:100%;
	width:100%;
	position:fixed;
	top:0;
	z-index:2000;
	display:none;
}

.overlay img {
	position:absolute;
	top:50%;
	left:50%;
	margin-left:-24px;
	margin-top:-24px;
}