.top_header {
  background-image: linear-gradient(90deg, #e25f4d 50%, #c42450 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, #e25f4d 50%, #c42350 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_44.jpg)
    top center no-repeat;
  background-size: cover;
  padding: 50px 0;
}
.hero_section .crets_bg {
  margin: 20px 0;
}
.hero_section .congratulations {
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
}
.hero_section .exclusively {
  background-image: linear-gradient(90deg, #ebc75b 50%, #f1b104 100%);
  font-size: 16px;
  color: #000;
  text-transform: uppercase;
  padding: 6px 15px;
  width: 280px;
  text-align: center;
  margin: 0 auto;
  border-radius: 4px;
  margin-top: 5px;
}
.hero_section .wine {
  font-weight: 700;
  font-size: 20px;
  color: #fff;
  text-transform: uppercase;
  text-align: center;
  margin-top: 10px;
  letter-spacing: 1px;
}
.hero_section .crets {
  margin-top: 3rem;
  padding: 0 15px;
}
.hero_section .crets .crets_bg {
  background-color: rgba(108, 26, 22, 0.7);
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  margin-top: 5px;
  min-height: 269px;
  color: #fff;
}
.hero_section .crets .crets_bg .crets_info {
  padding: 20px;
}
.hero_section .crets .crets_bg .crets_info .detail {
  font-size: 17px;
  color: #fff;
  letter-spacing: 1px;
  line-height: 26px;
}
.hero_section .crets .video_bg {
  background: #c5cad5;
  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: 1.5rem;
}
.timer .timer_top {
  background-image: linear-gradient(to right, #2b2a2f, #4d4948, #2b2a2f);
  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-image: linear-gradient(to right, #2b2a2f, #4d4948, #2b2a2f);
  border-bottom-left-radius: 10px;
  border-bottom-right-radius: 10px;
  margin: 0 50px;
  font-weight: 900;
  font-size: 15px;
  color: #fff;
  text-transform: uppercase;
  padding: 7px;
  letter-spacing: 1px;
  text-align: center;
}
.timer .timer_bg {
  background-image: linear-gradient(45deg, #e25f4d 50%, #c42350 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-image: linear-gradient(90deg, #444141 50%, #2b2a2f 100%);
  padding: 20px 20px 20px 80px;
  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_44.jpg)
    top center no-repeat;
  background-size: cover;
  padding: 100px 0;
}
.features {
  padding: 0 15px;
}
.features .how_can_bg {
  background: -moz-linear-gradient(
    -45deg,
    rgba(126, 26, 22, 0.85) 0,
    rgba(46, 14, 14, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(126, 26, 22, 0.85) 0,
    rgba(46, 14, 14, 0.85) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(126, 26, 22, 0.85) 0,
    rgba(46, 14, 14, 0.85) 100%
  );
  padding: 50px;
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 50%);
  font-size: 16px;
  color: #e9eff7;
  letter-spacing: 1px;
}
.features .how_can_bg .tital {
  font-weight: 900;
  font-size: 30px;
  color: #fff;
  text-transform: uppercase;
  padding-bottom: 10px;
}
.features_box {
  background: -moz-linear-gradient(
    -45deg,
    rgba(74, 18, 17, 0.85) 0,
    rgba(9, 9, 11, 0.85) 100%
  );
  background: -webkit-linear-gradient(
    -45deg,
    rgba(74, 18, 17, 0.85) 0,
    rgba(9, 9, 11, 0.85) 100%
  );
  background: linear-gradient(
    135deg,
    rgba(74, 18, 17, 0.85) 0,
    rgba(9, 9, 11, 0.85) 100%
  );
  font-weight: 700;
  color: #e9eff7;
  font-size: 16px;
  letter-spacing: 1px;
  padding: 30px 30px 30px 50px;
  box-shadow: -1px 1px 9px 2px rgb(0 0 0 / 50%);
}
@media (max-width: 990px) {
  .hero_section .crets .crets_bg {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    border-bottom-left-radius: 0;
    min-height: auto;
    margin-bottom: 0;
  }
  .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;
  }
  .features .how_can_bg {
    padding: 30px;
  }
  .features_box {
    padding: 30px;
  }
}
