body {
  font-family:  "Poppins", "Helvetica", "Comfortaa", sans-serif ;
	background: linear-gradient(-45deg, #ff0000, #000, #000099, #6600cc, #ff9900);  
		background-size: 400% 400%;
		-webkit-animation: gradient 15s ease infinite;
	    animation: gradient 15s ease infinite;}

/* background animasi */
@-webkit-keyframes gradient {
	0% { background-position: 0% 10%; }
	50% { background-position: 100% 50%; }
	100% { background-position: 0% 50%; }
}

@keyframes gradient {
	0% { background-position: 0% 50%;}
	50% {	background-position: 100% 50%;}
	100% { 	background-position: 0% 50%; }
}

/* end Background animasi */

.main-wrapper {
  width: 100%;
  max-width: auto;
  margin: 1em auto;
  text-align: center;
}

.badge {
  position: relative;
  margin: 1.5em 3em;
  width: 6em;
  height: 9.3em;
  border-radius: 13px;
  display: inline-block;
  top: 0;
  transition: all 0.2s ease;
}
.badge:before, .badge:after {
  position: absolute;
  width: inherit;
  height: inherit;
  border-radius: inherit;
  background: inherit;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge:before {
  transform: rotate(60deg);
}
.badge:after {
  transform: rotate(-60deg);
}
.badge:hover {
  top: -4px;
}
.badge .circle {
  width: 90px;
  height: 90px;
  position: absolute;
  background: #fff;
  z-index: 10;
  border-radius: 90%;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.badge .circle i.fa {
  font-size: 4em;
  margin-top: 12px;
}
.badge .font {
  display: inline-block;
  margin-top: 1em;
}
.badge .ribbon {
  position: absolute;
  border-radius: 10px;
  padding: 5px 4px 9px;
  width: 160px;
  z-index: 1;
  color: #F8DE22;
  bottom: -30px;
  left: 20%;
  margin-left: -55px;
  height: 12px;
  font-size: 16px;
  font-weight:bold;
/*  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.37); */
  text-shadow: 0 2px 2px rgba(0, 0, 0, 0.1);
  text-transform: uppercase;
 /* background: linear-gradient(to bottom right, #fff 0%, #fff 100%); */
  cursor: default;
}

.yellow {
  background: linear-gradient(to bottom right, #ffeb3b 0%, #fbc02d 100%);
  color: #ffb300;
}

.orange {
  background: linear-gradient(to bottom right, #ffc107 0%, #f57c00 100%);
  color: #f68401;
}

.orange-calm {
  background: linear-gradient(to bottom right, #FF7B54 0%, #FFB26B 100%);
  color: #f68401;
}

.pink {
  background: linear-gradient(to bottom right, #F48FB1 0%, #d81b60 100%);
  color: #dc306f;
}

.red {
  background: linear-gradient(to bottom right, #f4511e 0%, #b71c1c 100%);
  color: #c62828;
}

.maroon {
  background: linear-gradient(to bottom right, #800000 0%, #FF0000 100%);
  color: #000;
}

.mawar {
  background: linear-gradient(to bottom right, #FF007F 0%, #FF0000 100%);
  color: #000;
}

.peach {
  background: linear-gradient(to bottom right, #ffcba4  0%, #f09286 100%);
  color: #000;
}

.nila {
  background: linear-gradient(to bottom right, #6F00FF  0%, #8F00FF 100%);
  color: #000;
}

.purple {
  background: linear-gradient(to bottom right, #ab47bc 0%, #4527a0 100%);
  color: #7127a8;
}

.teal {
  background: linear-gradient(to bottom right, #4DB6AC 0%, #00796B 100%);
  color: #34a297;
}

.blue {
  background: linear-gradient(to bottom right, #4FC3F7 0%, #2196F3 100%);
  color: #259af3;
}

.blue-calm {
  background: linear-gradient(to bottom right, #0A6EBD 0%, #5A96E3 100%);
  color: #259af3;
}

.blue-dark {
  background: linear-gradient(to bottom right, #1976D2 0%, #283593 100%);
  color: #1c68c5;
}

.green {
  background: linear-gradient(to bottom right, #cddc39 0%, #8bc34a 100%);
  color: #00944a;
}

.green-dark {
  background: linear-gradient(to bottom right, #4CAF50 0%, #1B5E20 100%);
  color: #00944a;
}

.silver {
  background: linear-gradient(to bottom right, #E0E0E0 0%, #BDBDBD 100%);
  color: #000000;
}

.gold {
  background: linear-gradient(to bottom right, #e6ce6a 0%, #b7892b 100%);
  color: #b7892b;
}

.cokelat {
  background: linear-gradient(to bottom right, #765827 0%, #b7892b 100%);
  color: #65451F;
}

footer {
  text-align: center;
  margin: 5em auto;
}
footer a {
  text-decoration: none;
  display: inline-block;
  width: 45px;
  height: 45px;
  border-radius: 50%;
  background: #111;
  border: 0.5px dashed #f8f8f8;
  color: #999;
  margin: 5px;
}
footer a:hover {
  background: #222;
}
footer a .icons {
  margin-top: 12px;
  display: inline-block;
  font-size: 20px;
}

/* Animated Text */

.text {
  text-transform: uppercase;
  background-image: linear-gradient(to right, #00F260, #f79d00, #0575E6, #64f38c);
  background-clip: text;
  -webkit-background-clip: text;
  color: transparent;
  background-size: 300%;
  background-position: -100%;
  animation: animatedText 5s infinite alternate-reverse;
  font: normal bold 1.5rem/1.2 "Poppins", "Helvetica", sans-serif;
  
}

@keyframes animatedText {
  to {
    background-position: 100%;
  }
}

/* Clock Digital */

.clock {
    position: absolute;
    left: 50%;
    transform: translateX(-50%) translateY(-50%);
    color: #fff;
    font-size: 24px;
}

/* Animation */

.lingkaran {
  position: absolute;
  bottom: 0;
  width: 420px;
  aspect-ratio: 1/1;
  box-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff,
    0 0 40px #fff;
  border-radius: 50%;
  animation: animate 5s linear forwards;
}

@keyframes animate {
  0% {
    transform: translatey(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translatey(-100vh);
    opacity: 1;
  }
}

.lingkaran::before {
  content: "";
  bottom: 100%;
  left: 100%;
  width: 50%;
  height: 100vh;
  opacity: 0.5s;
  background: linear-gradient(#fff, transparent);
}