.top_header {
  background-image: linear-gradient(90deg, #fffe00 50%, #ff9400 100%);
  padding: 10px 0;
  text-align: right;
}
.btn-offer {
  background-image: linear-gradient(90deg, #0b80b6 50%, #58a5db 100%);
  font-weight: 700;
  color: #fff !important;
  font-size: 15px;
  transition: all 0.5s;
  border-radius: 40px;
  padding: 10px 30px;
  border: none;
  letter-spacing: 1px;
  text-transform: uppercase;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.btn-offer.active,
.btn-offer.focus,
.btn-offer:active,
.btn-offer:focus,
.btn-offer:hover,
.open > .dropdown-toggle.btn-offer {
  background-image: linear-gradient(90deg, #d5050e 50%, #a7151b 100%);
  color: #fff;
  box-shadow: 0 10px 10px 0 rgba(0, 0, 0, 0.24);
}
.hero_section {
  background: url(https://cdn.creativemarketingincentives.biz/reward/images/sales/hero_91.jpg)
    bottom center no-repeat;
  background-size: cover;
  padding: 20px 0;
}
.hero_section .crets_bg {
  margin: 20px 0;
}
.hero_section .crets_bg .congratulations {
  font-weight: 900;
  font-size: 38px;
  color: #fff;
  text-transform: uppercase;
}
.hero_section .crets_bg .exclusively {
  background: #a7151b;
  font-size: 16px;
  color: #fff;
  text-transform: uppercase;
  padding: 6px 15px;
  text-align: center;
  border-radius: 4px;
  margin-bottom: 15px;
}
.hero_section .crets_bg .tital {
  font-weight: 900;
  font-size: 22px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 5px;
}
.video_section {
  background-image: linear-gradient(180deg, #bcc1cb 50%, #92979b 100%);
  padding: 50px 0;
}
.video_section .detail {
  font-weight: 500;
  font-size: 17px;
  color: #071138;
  letter-spacing: 1px;
  padding-top: 10px;
}
.video_section .video_bg {
  background-image: linear-gradient(45deg, #92979b 50%, #c5cad5 100%);
  padding: 7px;
  border-radius: 7px;
  box-shadow: -3px -1px 29px -8px #000;
  -webkit-box-shadow: -3px -1px 29px -8px #000;
  -moz-box-shadow: -3px -1px 29px -8px #000;
}
.timer {
  margin-top: 2.5rem;
}
.timer .timer_top {
  background: #a7151b;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin: 0 50px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 5px 5px;
  text-align: center;
}
.timer .timer_top span {
  font-weight: 900;
}
.timer .timer_bottom {
  background: #a7151b;
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 50px;
  font-weight: 900;
  font-size: 14px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 5px;
  text-align: center;
}
.timer .timer_bg {
  background: #1a1a1a;
  background: linear-gradient(90deg, #1a1a1a 0, #282828 50%, #1a1a1a 100%);
  border-radius: 7px;
  box-shadow: -3px -1px 29px -8px #000;
  -webkit-box-shadow: -3px -1px 29px -8px #000;
  -moz-box-shadow: -3px -1px 29px -8px #000;
}
.testimonials {
  padding-top: 20px;
  padding-bottom: 20px;
}
.testimonials .testimonials_bg {
  background: #1a1a1a;
  background: linear-gradient(90deg, #1a1a1a 0, #282828 50%, #1a1a1a 100%);
  padding: 30px 50px 30px 100px;
  font-size: 16px;
  color: #fff;
  letter-spacing: 1px;
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px;
  min-height: 260px;
}
.testimonials .left_img {
  margin-right: -80px;
  z-index: 1;
  position: inherit;
}
.features_bg {
  background: url(https://cdn.creativemarketingincentives.biz/reward/images/sales/features_91.jpg)
    top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.features {
  padding: 0 15px;
}
.features .how_can_bg {
  background-color: rgba(52, 46, 59, 0.7);
  padding: 10px;
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 50%);
}
.features .how_can_bg .how_can_do {
  border: solid 5px #a7151b;
  padding: 50px 20px;
  border-radius: 10px;
  font-size: 16px;
  color: #e9eff7;
  line-height: 28px;
  letter-spacing: 1px;
}
.features .how_can_bg .how_can_do .tital {
  font-weight: 900;
  font-size: 28px;
  color: #fff;
  text-transform: uppercase;
  margin: 10px 0;
}
.features_box {
  background-color: rgba(52, 46, 59, 0.7);
  font-weight: 700;
  color: #e9eff7;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 30px;
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 50%);
}
@media (max-width: 990px) {
  .testimonials .testimonials_bg {
    border-top-right-radius: 0;
    border-bottom-right-radius: 5px;
    border-bottom-left-radius: 5px;
    min-height: auto;
    padding: 30px 30px 30px 30px;
  }
  .testimonials .left_img {
    margin-right: 0;
  }
}
@media (max-width: 450px) {
  .hero_section .crets_bg .congratulations {
    font-size: 28px;
  }
}
