.hero-content {
}
.hero-content h2 {
  font-size: 48px;
  font-weight: bold;
}
.hero-content h2.bhtn-t {
  font-size: 60px;
  display: inline-block;
  color: #141ed2;
  border-bottom: 4px solid #dd0071;
}
.hero-content p.des {
  font-size: 18px;
}
.btn-hero {
  border-radius: 4px;
  background: #dd0071;
  padding: 16px 32px;
  color: #fff;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
}
.btn-hero:hover,
.btn-hero:active,
.btn-hero:focus {
  background: #dd0071;
  color: #fff;
}
.boxwhite-shadow {
  border-radius: 4px;
  background: #fff;
  box-shadow: 0px 4px 12px 0px rgba(0, 0, 0, 0.06);
  padding: 12px;
  text-align: center;
  margin: 12px 0;
  width: 100%;
}
.boxwhite-shadow h3 {
  font-size: 17px;
  font-weight: 500;
  margin: 16px 0 8px 0;
}
.boxwhite-shadow p {
  color: #666;
  margin-bottom: 0;
}
.boxwhite-shadow-contact p {
  font-size: 18px;
}
.boxwhite-shadow-contact h3 {
  font-size: 20px;
}
.box-gray {
  background: #f5f5f5;
  border-radius: 8px;
  width: 100%;
  margin: 12px 0;
}
.mbageas-count-sc {
  background: #bfecff;
}
.count-wrapper {
  background: url(../img/count-bg.svg) no-repeat;
  background-size: contain;
  text-align: center;
  background-position: center;
  position: relative;
  height: 400px;
}
.count-wrapper .decs {
  margin: 0;
  position: absolute;
  top: 45%;
  font-size: 24px;
  left: 50%;
  transform: translate(-50%, -50%);
}
.count-wrapper .number {
  margin: 0;
  position: absolute;
  top: 65%;
  left: 50%;
  font-weight: bold;
  font-size: 80px;
  transform: translate(-50%, -50%);
}
.pulse {
  position: absolute;
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  top: 27%;
  border-radius: 50%;
  left: 50%;
  background: #ff003b;
  cursor: pointer;
  -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 71, 0.7);
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.pulse:hover {
  -webkit-animation: none;
  animation: none;
}

@-webkit-keyframes pulse {
  0% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 71, 71, 0.7);
  }

  70% {
    -webkit-box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  }

  100% {
    -webkit-box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}

@keyframes pulse {
  0% {
    box-shadow: 0 0 0 0 rgba(255, 71, 71, 0.6);
  }

  70% {
    box-shadow: 0 0 0 5px rgba(255, 255, 255, 0.5);
  }

  100% {
    box-shadow: 0 0 0 0 rgba(255, 255, 255, 0);
  }
}
#countdown {
  color: #141ed2;
}
#countdown li {
  display: inline-block;
  font-size: 16px;
  list-style-type: none;
  padding: 2px 12px;
  text-transform: uppercase;
  margin: 0 8px;
  color: #141ed2;
  border: 2px dotted #141ed2;
  border-radius: 8px;
}

#countdown li span {
  /* display: block; */
  font-size: 48px;
  margin-right: 8px;
  font-weight: 600;
}

.emoji {
  display: none;
  padding: 1rem;
}

.emoji span {
  font-size: 4rem;
  padding: 0 0.5rem;
}
.font {
  font-family: "Source Sans 3", sans-serif !important;
}
.text-pink {
  color: #dd0071;
}
.box-pink {
  background: #fdf2f8;
  border-radius: 8px;
  width: 100%;
  color: #dd0071;
  padding: 20px;
  margin: 20px 0;
}

.box-pink p.t18 {
  font-size: 18px;
}
.mbageas-want {
  background: url(../img/want-bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center;
  padding: 160px 0;
}
.mbageas-want h2 {
  color: #fff;
  font-size: 80px;
  font-weight: 600;
  text-transform: uppercase;
}
.mbageas-want-h3 {
  color: #ea84ab;
  font-size: 64px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  margin: 30px 0;
}
.mbageas-want p {
  color: #fff;
  text-align: center;
  font-size: 32px;
  font-style: normal;
  font-weight: 300;
  line-height: 48px;
  margin: 24px 0;
}
.promotion {
  background: url(../img/promotion-bg.svg) no-repeat;
  background-position: center;
  background-size: cover;
  text-align: center bottom;
  padding: 120px 0;
}
.box-promo {
  text-align: center;
  border-radius: 20px;
  border: 6px solid #5bc5f2;
  background: #fff;
  padding: 40px;
}
.box-promo ul {
  margin: 0;
  padding: 0;
  font-size: 24px;
  text-align: start;
  color: #5bc5f2;
}
.box-promo ul li {
  margin: 12px 0;
}
.nav-btn {
  color: #141ed2 !important;
  border: 2px solid #141ed2;
  padding: 12px 16px !important;
  font-size: 18px;
  font-weight: 600;
}
.nav-btn-xs {
  color: #141ed2 !important;
  border: 2px solid #141ed2;
  padding: 8px 16px !important;
  font-size: 16px;
  font-weight: 600;
  position: absolute;
  text-transform: uppercase;
  left: 170px;
  top: 14px;
}
.nav-btn::before {
  content: none !important;
}
.bhtn {
  background: url(../img/bhtn-bg-hero.jpg) no-repeat;
  background-position: center top;
  background-size: cover;
}

.duv-title {
}
.duv-title .icon {
  background: #ea84ab;
  border: 4px solid #fff;
  padding: 20px;
  border-radius: 50%;
  margin-right: -36px;
  z-index: 9;
}
.duv-title-blue .icon {
  background: #5bc5f2 !important;
}
.duv-title .icon img {
  width: 44px;
}
.duv-title div span {
  background: #ea84ab;
  color: #fff;
  font-size: 18px;
  font-style: normal;
  font-weight: 600;
  width: 100%;
  text-align: start;
  padding: 12px 20px 12px 50px;
  border-top-right-radius: 8px;
  border-bottom-right-radius: 8px;
}
.duv-title-blue div span {
  background: #5bc5f2 !important;
}
.bhtn-want {
  background: url(../img/bhtn-sc-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center right;
  padding: 280px 0;
  color: #141ed2;
}
.bhtn-want h2 {
  font-size: 48px;
  margin-bottom: 40px;
  font-weight: 700;
}
.bhtn-want h2 span {
  font-size: 60px;
  display: block;
}
.bhtn-want p {
  font-size: 24px;
  line-height: 36px;
}
.vtl {
  background: url(../img/vtl-hero-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 200px 0;
}
.text-blue {
  color: #5bc5f2;
}
.vtl-duv {
  background: url(../img/vtl-duv-bg.jpg) no-repeat;
  background-size: cover;
  background-position: center;
  padding: 100px 40px;
}
