@font-face {
    font-family: 'hemi_head_426regular';
    src: url('BrothersCircus-Regular.woff') format('woff');
    font-weight: normal;
    font-style: normal;
    margin:unset;
}
body {
    background: url("background--.jpg");
    background-position: center;
    background-size: contain;
    background-attachment: fixed;
}
.haha {
    border: none;
    background-color: none;
}
.card-header img {
    border: none;
}
.card-header span {
  margin-bottom: unset;
  margin-left: unset;
  margin-right: unset;
  margin-top: 5px;
  display: inline-block;
  font-size: 40px;
  width:100%;
  letter-spacing:2;
}
@media only screen and (max-width: 600px) {
    .card-header span {
        font-size: 20px;
    }
    .card-body h1 {
        font-size:20px !important;
    }
    .collapse.show {
      scroll-margin: 50px !important;
    }
  }
p {
    color: #fff;
}
ul li {
    color: #fff;
    font-size: 17px;
    font-family: Arial, Helvetica, sans-serif;
}
ul {
    padding-left: 23px;
}
.card-body h1 {
    color: #ffe418;
    font-size: 32px;
}
.af {
    margin-top: -12px;
}
@keyframes zoom
{
  0% {
    animation-timing-function: cubic-bezier(0.9647,0.2413,-0.0705,0.7911);
    transform: scale(0.9099999999999999);
  }
  51% {
    animation-timing-function: cubic-bezier(0.9226,0.2631,-0.0308,0.7628);
    transform: scale(1);
  }
  100% {
    transform: scale(0.9099999999999999);
  }
}
.zoom {
  animation: zoom 0.5s infinite linear;
}
.collapse.show {
  scroll-margin: 80px;
}
.kaos {
  max-width: 100%;
  margin: 0 auto 10px auto;
  display: block;
}
.whatsapp {
  width: 150px;
  display: block;
  margin: 0 auto;
}

.whatsapp:hover {
  filter: brightness(150%);
}
.nav-bar {
  height: 70px;
  background: #333333;
  position: fixed;
  top: 0;
  right: 0;
  left: 0;
  box-shadow: 0px 3px 10px #1b1b1b;
  z-index: 1;
  font-family:Arial, Helvetica, sans-serif;
}
 
.brand {
  position: absolute;
  padding-left: 20px;
  float: left;
  padding-top:10px;
  line-height: 70px;
  text-transform: uppercase;
  font-size: 1.4em;
}
.brand a img {
 max-height: 50px;
}
.brand a,
.brand a:visited {
  color: #ffffff;
  text-decoration: none;
}
 
.nav-container {
  max-width: 1000px;
  margin: 0 auto;
}
 
nav {
  float: right;
  font-size: .8em !important;
}
nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
nav ul li {
  float: left;
  position: relative;
}
nav ul li a,
nav ul li a:visited {
  display: block;
  padding: 0 10px;
  line-height: 70px;
  background:#333333;
  color: #ffffff;
  text-decoration: none;
  text-transform: uppercase;
  font-weight: bolder;
}
nav ul li a:hover,
nav ul li a:visited:hover {
  color: gold;
}
nav ul li a:not(:only-child):after,
nav ul li a:visited:not(:only-child):after {
  padding-left: 4px;
  content: ' Ã¢â€“Â¾';
}
nav ul li ul li {
  min-width: 150px;
}
nav ul li ul li a {
  padding: 15px;
  line-height: 20px;
}
 
.nav-dropdown {
  position: absolute;
  display: none;
  z-index: 1;
  box-shadow: 0 3px 12px rgba(0, 0, 0, 0.15);
}
.nav-mobile {
  display: none;
  position: absolute;
  top: 0;
  right: 0;
  background: #333333;
  height: 70px;
  width: 70px;
}
 
@media only screen and (max-width: 798px) {
  .nav-mobile {
    display: block;
  }
 
  nav {
    width: 100%;
    padding: 70px 0 15px;
    background: #333333;
    box-shadow: 0px 3px 10px #1d1d1d;
    font-size: 1em;
  }
  nav ul {
    display: none;
  }
  nav ul li {
    float: none;
  }
  nav ul li a {
  padding: 15px;
  line-height: 20px;
  padding-left: 5%;
 
  }
  nav ul li ul li a {
    padding-left: 10%;
  }
 
  .nav-dropdown {
    position: static;
  }
 .brand a img {
 max-height: 60px;
 margin-top: 5px;
 }
 .page-wrapper {
  margin-top: 70px;
}
.buton-login {
width:95%;
}
.buton-daftar {
width:95%;
}
.buton-even-Bonus/Event {
width:95%;
}
}
@media screen and (min-width: 799px) {
  .nav-list {
    display: block !important;
  }
}
#nav-toggle {
  position: absolute;
  left: 18px;
  top: 22px;
  cursor: pointer;
  padding: 10px 35px 16px 0px;
  background:unset;
}
#nav-toggle span,
#nav-toggle span:before,
#nav-toggle span:after {
  cursor: pointer;
  border-radius: 1px;
  height: 5px;
  width: 35px;
  background: #ffffff;
  position: absolute;
  display: block;
  content: '';
  transition: all 300ms ease-in-out;
}
#nav-toggle span:before {
  top: -10px;
}
#nav-toggle span:after {
  bottom: -10px;
}
#nav-toggle.active span {
  background-color: transparent;
}
#nav-toggle.active span:before, #nav-toggle.active span:after {
  top: 0;
}
#nav-toggle.active span:before {
  transform: rotate(45deg);
}
#nav-toggle.active span:after {
  transform: rotate(-45deg);
}