.custom-body {
    background: url("../images/bgmacaubet.jpg") no-repeat center center fixed;
	/*background: url("../images/bg_idul.jpg") no-repeat center center fixed;*/
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    background-color: black;
	margin: 0;
}

@font-face {
    font-family: 'ABeeZee';
    font-style: normal;
    font-weight: 400;
    src: local('ABeeZee Regular'), local('ABeeZee-Regular'), url(https://fonts.gstatic.com/s/abeezee/v13/esDR31xSG-6AGleN2tWkkA.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

@font-face {
    font-family: 'Aclonica';
    font-style: normal;
    font-weight: 400;
    src: local('Aclonica Regular'), local('Aclonica-Regular'), url(https://fonts.gstatic.com/s/aclonica/v10/K2FyfZJVlfNNSEBXGY7UAo8.woff2) format('woff2');
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}

#page-container {
    position: relative;
    min-height: 100vh;
}

#content-wrap {
    padding-bottom: 2.5rem;
    /* Footer height */
}

#footer {
    position: absolute;
    bottom: 0;
    text-align: center;
    width: 100%;
    height: 2.5rem;
    /* Footer height */
}

.pulse img {
    width: 210px;
    height: 146px;
}

.pulse a:hover {
    animation: pulse 1s infinite;
    animation-timing-function: linear;
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }

    50% {
        transform: scale(1.1);

        100% {
            transform: scale(1);
        }
    }
}

.qrs {
			border: 0px white solid;
			text-align: center;
		}

.coba {
    margin: auto;
    text-align: center;
    display: inline-block;
}

.logo {
    width: 300px;
}

.aksesaman {
    width: 300px;
}

.annouce {
    border: 0px solid white;
    margin-top: 100px;
	text-align: center;
}

.masukbutton {
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #ffbd00;
    padding: 15px;
    width: 215px;
    height: 35px;
    /* background-color: rgb(0, 17, 255); */
    background: linear-gradient(90deg, #0162c8, #55e7fc);
    font: normal 30px 'Aclonica';
    margin: 0 5px;
    color: white;
}

.masukbutton:hover {
    /* background: rgb(0, 197, 0); */
    color: black;
    animation: animate 3s linear infinite;
}

.daftarbutton {
    display: inline-block;
    border-radius: 10px;
    border: 2px solid #ffbd00;
    padding: 15px;
    width: 215px;
    height: 35px;
    /* background-color: rgb(255, 0, 0); */
    background: linear-gradient(90deg, #755bea, #ff72c0);
    font: normal 30px 'Aclonica';
    margin: 0 5px;
    color: white;
}

.daftarbutton:hover {
    /* background: rgb(0, 197, 0); */
    animation: animate 3s linear infinite;
    color: black;
}


.contcoba {
    display: flex;
    flex-wrap: wrap;
    border: 0px solid white;
    justify-content: center;
    box-sizing: border-box;
}

.silah {
    text-align: center;
}

.container2 {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
    align-items: center;
    padding-top: 20px;
    padding-bottom: 30px;
}

.foottext {
    font-family: tahoma;
    color: white;
    box-sizing: border-box;
    margin: 30px;
	text-align: center;
}


h1 span {
    font-size: 40px;
    font-weight: 600;
    color: rgb(255, 255, 255);
}

h2 {
    text-align: center;
    padding-bottom: 5px;
    font-family: ABeeZee;
    color: #ffbd00;
}

.fot {
    text-align: left;
    padding-bottom: 25px;
    font-family: ABeeZee;
    font-size: 14px;
    font-weight: 600;
}

.foothead {
    text-align: center;
    padding-bottom: 5px;
    font-family: ABeeZee;
    font-size: 1.5em;
    font-weight: 600;
    color: #ffbd00;
}

h5, h4, h6 {
	text-align: center;
}


.sp1 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 40px;
    text-shadow: 2px 2px 5px rgb(255, 0, 0);
    font-family: 'Aclonica';
    padding-top: 0px;
}

.sp2 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 35px;
    text-shadow: 2px 2px 5px rgb(255, 0, 0);
    font-family: 'Aclonica';
    padding-top: 0px;
}

.sp3 {
    color: rgb(255, 255, 255);
    font-weight: 500;
    font-size: 35px;
    text-shadow: 2px 2px 5px black;
    font-family: 'Aclonica';
    padding-top: 0px;
}

.footrecom {
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-evenly;
    box-sizing: border-box;
    align-items: center;
}

.footrecom a {
    text-decoration: none;
    color: white;
    box-sizing: border-box;
}

.sitemap {
    font: normal 14px ABeeZee;
    color: white;
}

footer {
    font: normal 14px ABeeZee;
    color: white;
}

::-webkit-scrollbar {
    width: 0;
}

#scrollPath {
    position: fixed;
    top: 0;
    right: 0;
    width: 10px;
    height: 100%;
    background: rgba(255, 255, 255, 0.05);
}

#progressbar {
    position: fixed;
    top: 0;
    right: 0;
    width: 8px;
    height: 100%;
    background: linear-gradient(to top, #008aff, #00ffe7);
    animation: animate 5s linear infinite;
}

@keyframes animate {

    0%,
    100% {
        filter: hue-rotate(0deg);
    }

    50% {
        filter: hue-rotate(360deg);
    }
}

#progressbar:before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #008aff, #00ffe7);
    filter: blur(10px);
}

#progressbar:after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, #008aff, #00ffe7);
    filter: blur(30px);
}

.silahkan {
    color: rgb(255, 255, 255);
    font: normal 20px ABeeZee;
}

.produk {
    width: 210px;
    height: 146px;
}

@media(max-width: 560px) {
	.custom-body {
		background: url("../images/bgmacaubet.jpg") no-repeat center center fixed;
		-webkit-background-size: cover;
		-moz-background-size: cover;
		-o-background-size: cover;
		background-size: cover;
		background-color: black;
	}
    .container2 {
        padding-bottom: 0px;
        border: 0px solid white;
        padding-left: 10px;
        margin-top: 0px;
    }

    .logo {
        width: 150px;
    }

    .aksesaman {
        /* display: none; */
        width: 150px;
    }

    .annouce {
        border: 0px solid white;
        margin-top: 50px;
		text-align: center;
    }

    .sp1,
    .sp2,
    .sp3 {
        font-size: 20px;
    }

    .masukbutton {
        width: 120px;
        height: 20px;
        font-size: 20px;
        margin-right: 10px;
    }

    .daftarbutton {
        width: 120px;
        height: 20px;
        font-size: 20px;
        margin-left: 10px;
    }


    .service img {
        width: 150px;
    }

    .silahkan {
        font: normal 15px ABeeZee;
    }

    .pulse img {
        width: 160px;
        height: 106px;
    }

    .recomb {
        width: 360px;
    }

    .sitemap {
        font-size: 12px;
    }

    .foottext h1,
    h2 {
        font-size: 1.2em;
        font-weight: 600;
    }
}