@import url('https://fonts.googleapis.com/css?family=Open+Sans');

body {
  font-family: 'Open Sans', sans-serif!important;
}

.header {
  position: relative;
}

.img-brand {
  position: absolute;
  width: 100%;
  top: 5%;
  text-align: center;
  z-index: 15;
}

.img-brand img {
  height: 120px;
}

.img-content {
  height: 650px;
  overflow-y: hidden;
}

.img-content img {
  position: relative;
  bottom: 180px;
  filter: brightness(50%);
}

.img-content .head-img {
  position: relative;
  bottom: 320px;
  filter: brightness(50%);
}
.header-content {
  position: absolute;
  top: 200px;
  width: 100%;
  color: #ffffff;
  text-align: center;
  z-index: 16;
}

.content-head-text {
  font-size: 4rem;
  font-weight: bolder;
}

.arrow-head {
  font-size: 3rem;
}

.btn-danger {
  background: #f00;
}

.custom-button {
  width: 100%;
  font-size: 1.8rem;
  padding: 20px;
}

.bolder-text {
  font-weight: bolder;
}

.red-text {
  color: #f00;
}

.grey-text {
  color: #c4c4c4;
}

.custom-img-logo {
  height: 200px;
}


.countdown-img {
  height: 400px;
  overflow-y: hidden;
}

.countdown-img img {
  position: relative;
  bottom: 300px;
  filter: brightness(30%);
}

.countdown-wrapper {
  position: relative;
}

.countdown-content {
  width: 100%;
  position: absolute;
  top: 180px;
  color: #ffffff;
}

.trainer-profile {
  width: 100%;
}

.profile-trainer {
  height: 300px;
  width: 300px;
  object-fit: cover;
  border-radius: 50%;
  object-position: top;
}

.profile-desc {
  width: 100%;
}

.testi-content-box {
  height: 300px;
  background: #c4c4c4;
  padding: 20px;
}

.img-rounded {
  border-radius: 50%;
  height: 100px;
  object-fit: cover
}

.custom-brand-logo {
  height: 100px;
}

.waktu-box {
  padding: 20px;
  border: 2px solid #f00;
  height: 300px;
}

.underline-red {
  width: 120px;
  background: #f00;
  margin: auto;
  height: 5px;
}

.pricing-box {
  padding: 40px;
  border: 2px solid #f00;
  height: 850px;
}

.bonus-list li{
  list-style-type: none;
  font-size: 20px;
}

.bonus-list li::before {
  content: '\2022';      
  position: absolute;
  left: 1em; 
  font-size: 25px;
  color: #f00;
}

.registration-box {
  padding: 40px;
  border: 2px solid #f00;
}

.list-regis {
  width: 50%;
  text-align: center;
  margin: auto;
  font-weight: bolder;  
  font-size: 20px;
}

.footers {
  padding: 10px;
  background: #f00;
  margin-top: 50px;
  color: #fff;
  text-align: center;
  font-size: 20px;
  padding-top: 26px;
}

.custom-button {
  animation-name: btnGrow;
  animation-duration: 1s;
  animation-iteration-count: infinite;
}

@keyframes btnGrow {
  0% {transform: scale(1)}
  50% {transform: scale(1.1)}
  100% {transform: scale(1)}
}

@media (max-width: 1279px) {
  .testi-content-box {
    height: 350px;
  }

  .img-rounded {
    height: 80px;
  }

  .pricing-box {
    height: 1000px;
  }
}

@media (max-width : 991px){
  .img-content {
    height: auto;
  }

  .img-rounded {
    height: 100px;
    width: 100px;
  }

  .img-content img, .img-content .head-img {
    position: static;
  }

  .pricing-box {
    padding: 40px;
    border: 2px solid #f00;
    height: auto;
  }

  .content-head-text  {
    font-size: 2.5rem;
  }

  .testi-content-box {
    height: auto;
  }
}

@media (max-width : 767px) {
  h1 {
    font-size: 1.6rem;
  }

  h2 {
    font-size: 1.5rem;
  }

  h3 {
    font-size: 1.3rem;
  }

  h4 {
    font-size: 1.2rem;
  }

  h5 {
    font-size: 1rem;
  }

  p, .lead {
    font-size: 0.95rem;
  }
  
  .content-head-text {
    font-size: 1.5rem;
  }

  .custom-button {
    width: 100%;
    font-size: 1rem;
    padding: 10px;
  }
  
  .img-content {
    height: 600px;
  }

  .img-content .head-img {
    height: 600px;
  }

  .countdown-img {
    height: auto;
  }

  .countdown-content {
    top: 50px;
  }

  .list-regis {
    width: 100%;
  }
}

@media (max-width : 374px){
  .custom-img-logo {
    height: 100px;
  }

  .custom-brand-logo {
    height: 70px;
  }
}