@charset "utf-8";
@font-face {
    font-family: 'Montserrat' !important;
    font-style: normal;
    font-weight: 400;
    src: local('Montserrat-Regular'), url(https://fonts.gstatic.com/s/montserrat/v7/zhcz-_WihjSQC0oHJ9TCYPk_vArhqVIZ0nv9q090hN8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2212, U+2215, U+E0FF, U+EFFD, U+F000;
}

/* CSS Document */

body {
    font-family: Montserrat, sans-serif !important;
    margin: 0 auto;
    padding: 0;
    min-height: 100%;
    line-height: 0;
    color: #333B48;
    overflow: hidden;
    background: #F2F2F2;
}

header {
    margin: 0;
    background-color: #fff;
    display: inline-block;
    width: 100%;
    z-index: 999;
    position: relative;
}

#logo {
    margin: 20px 20px 20px 5%;
    background: transparent url(logo.png) left top repeat;
    background-size: cover;
    width: 75px;
    height: 75px;
    display: block;
    float: left;
}

header h1 {
    padding-top: 18px;
    text-align: left;
    width: auto;
    padding-left: 100px;
    color: #333B48;
}

.title {
    text-align: center;
    z-index: 999;
    width: 100%;
    position: absolute;
    background-color: #000;
    line-height: 75px;
    font-size: 35px;
    color: #fff;
}

.block {
    position: relative;
    z-index: 999;
    float: left;
    width: 50%;
    margin: 0 auto;
    font-size: 150pt;
    line-height: 400px;
    display: block;
    color: #fff;
    top: 50px;
    text-align: center;
}

.tombol {
    width: 75%;
    display: inline-block;
    font-size: 25px;
    text-align: left;
    text-decoration: none;
    background: #333B48 url(printer.png) 92% 50% no-repeat;
    color: #fff;
    line-height: 100px;
    padding: 0px 20px;
}


.tombol:hover {
    background-color: #000;
}

.antrian {
    position: relative;
    float: left;
    display: block;
    z-index: 99;
    width: 50%;
    text-align: center;
    color: #fff;
    font-size: 65px;
    letter-spacing: -5px;
    text-transform: uppercase;
}

.antrian #umum,
.antrian #bpjs {
    margin: 0 auto;
    line-height: 450px;
    font-family: Montserrat, sans-serif;
    display: block;
    color: #fff;
    text-align: center;
    font-size: 300px;
}

#background {
    z-index: 0;
    position: fixed;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.gradients {
    background-position: center center;
    background-repeat: no-repeat;
    height: 600px;
    position: absolute;
    width: 100%;
    z-index: 1;
    opacity: 0.75;
}

.gradients div {
    height: 100%;
    position: absolute;
}

.pattern-left {
    width: 50%;
    background: #4B9C3E;
}

.pattern-right {
    left: 50%;
    width: 50%;
    background: #355C3E;
}

#background .slider {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    width: 100%;
    height: 715px;
    background-size: cover;
}

.slider {
    z-index: 0;
    position: fixed;
    top: 0;
    left: 0;
    width: 1024px;

    height: auto;
    background-size: cover;
    -webkit-animation: slideImg 16s infinite;
    animation: slideImg 16s infinite;
    opacity: 0;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
}

.current {
    opacity: 0;
}

@-webkit-keyframes slideImg {
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}

@keyframes slideImg {
    25% {
        opacity: 1;
    }
    40% {
        opacity: 0;
    }
}

.slider:nth-child(1) {
    -webkit-animation-delay: 0;
    animation-delay: 0;
}

.slider:nth-child(2) {
    -webkit-animation-delay: 4s;
    animation-delay: 4s;
}

.slider:nth-child(3) {
    -webkit-animation-delay: 8s;
    animation-delay: 8s;
}

.slider:nth-child(4) {
    -webkit-animation-delay: 12s;
    animation-delay: 12s;
}
